table {
    border-collapse: collapse;
}
.UIFAQControl table th {
    background: #f4f4f4;
}
.UIFAQControl span.arrow {
    background: url(/Themes/Default/UIFAQ/Images/arr.png) no-repeat 0 0;
    width: 24px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 14px;
    background-position: 5px -11px;
}
.UIFAQControl span.arrow.deactive.active {
    background-position: 5px 2px;
}
.UIFAQControl .faq_question_title {
    position: relative;
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.UIFAQControl {
    position: relative;
    width: 1000px;
    margin: 30px auto;
}
.UIFAQControl .faq_question_title span.title {
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: bold;
}
.UIFAQControl .faq_question_list {
    margin: 20px 0;
}
.UIFAQControl .faq_expand {
    display: inline-block;
    color: #064791;
    text-decoration: underline;
    font: 14px 'Open Sans';
    position: absolute;
    right: 5px;
    top: 5px;
}
.UIFAQControl .faq_group_name {
    height: 24px;
    font-size: 16px;
    color: #1f7ed0;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.UIFAQControl .table-responsive {
    width: 100%;
    padding: 10px 30px;
}
.UIFAQControl .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.UIFAQControl .table-responsive table th {
    background: #f5f5f5;padding: 10px;
}
.UIFAQControl .table-responsive table td {
    border: 1px solid #ddd;
    padding: 5px;
}
.UIFAQControl img {
    width: 100%!important;
    height: auto;
}