.UIFAQControl span.arrow {
    background: url(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: 10px;
    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 .faq_question_content {
        display:none;
        padding: 20px;
        line-height: 1.5;
}
.UIFAQControl .faq_question_content div{
    margin-bottom:10px;
}
.UIFAQControl {
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding:0 10px
}
.UIFAQControl img {
    width: 750px!important;
    height:auto;
}
.UIFAQControl .faq_question_title span.title {
    color: #1469b4;
    /* text-transform: uppercase; */
    font-weight: bold;
    display: inline-block;
    width: 95%;
    line-height: 1.5;
    cursor: pointer;
}
.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: 20px;
    top: 5px;
}
.UIFAQControl .faq_group_name {
    height: 24px;
    font-size: 16px;
    color: #f94c03;
    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 a {
    text-decoration: underline;
    color: #1f7ed0;
}
.UIFAQControl img {
    width: 100%!important;
    height: auto;
}


