.th-profile-searches-ttl{
    font-weight: bold;
    font-family: "apercu_pro";
    font-size: 20px;
    line-height: 24px;
    padding: 20px 15px;
}
.th-profile-searches-filter{
    background: #f1ebd3;
    padding: 10px;
}
.th-profile-searches-filter-i{
    background: #fff;
    border-radius: 3px;
    padding: 9px 10px;
    font-family: "apercu_pro";
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.th-profile-searches-label{
    position: relative;
    top: 1px;
    color: #666;
    margin-left: 3px;
}
.th-profile-searches-filter-i_slim{
    padding: 0;
    background: none;
    border-radius: 0px;
}
.th-profile-searches-filter-i .filter-form-elem{
    border: none;
    background: #fff;
    height: 33px;
}
.th-profile-searches-filter-i .filter-form-field{
    max-width: 180px;
}
.th-profile-searches-filter-i .filter-form-field-inp{
    padding: 0 5px 0 10px !important;
    width: 180px;
    background: url(/i/icon-burger-000.png) 91% 53% no-repeat !important;
    color: #666;
    font-family: apercu_pro;
    font-size: 10px;
    text-transform: uppercase;
}
.th-profile-searches-tbl{
    width: 100%;
    table-layout: fixed;
    border: solid 1px #efefef;
}
.th-profile-searches-th{
    vertical-align: middle;
    text-align: left;
    font-family: "apercu_pro";
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    color: #aaa;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    padding: 12px 20px;
}
.th-profile-searches-td{
    vertical-align: top;
    text-align: left;
    font-family: "apercu_pro";
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #efefef;
    padding: 12px 20px;
}
.th-profile-searches-td__link{
     color: #000;
}
.th-profile-searches-td__link:hover{
    text-decoration: none;
}
.th-profile-searches-td_mobile{
    display: none;
}
.th-profile-searches-tbl .red{
    color: #e03a3a !important;
    font-size: 15px;
    white-space: nowrap;
}
.th-profile-searches-td-small{
    font-weight: normal;
    font-size: 11px;
    color: #999;
}
.th-profile-searches-grayback{
    background: #f9f9f9;
}
.th-profile-searches-btn{
    font-size: 10px;
    text-transform: uppercase;
    font-family: apercu_pro;
    font-weight: lighter;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 8px;
    color: #000;
    text-decoration: none !important;
    display: inline-block;
    line-height: 15px;
    margin-top: 6px;
}

.th-profile-searches__more {
    padding: 20px 0;
}
.th-profile-searches__more-a {
    color: #3488b2;
    text-decoration: none;
    font-family: apercu_pro;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.th-profile-searches__more-a:hover {
    text-decoration: none;
}
.th-profile-searches__more-a-txt {
    border-bottom: 1px dotted;
}

.th-profile-searches-arial {font-family:Arial,sans-serif;}
.th-profile-searches-td-small.f11 {white-space:normal;}
.th-profile-searches-td_bottom {border-bottom:none;}
.th-profile-searches-final {white-space:nowrap;}
.th-profile-searches-td_mid {vertical-align:middle;}
@media screen and (max-width: 1023px){
    .th-profile-searches-filter.hidden{
        display: block !important;
    }
    .th-profile-searches-ttl_mobile{
        padding: 10px 15px;
    }
}
@media screen and (max-width: 767px){
    .th-profile-searches-th{
        padding: 12px 10px;
    }
    .th-profile-searches-td{
        padding: 12px 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 639px){
    .th-profile-searches-td_mobile{
        display: table-cell;
    }
    .th-profile-searches-td_desktop{
        display: none;
    }
}
@media screen and (max-width: 479px){
    .th-profile-searches-ttl_mobile{
        margin-top: 40px;
        padding: 20px 0;
        font-size: 18px;
    }
    .th-profile-searches-th{
        padding: 5px 5px;
    }
    .th-profile-searches-td{
        padding: 5px 5px;
        font-size: 11px;
    }
    .th-profile-searches-tbl .red{
        font-size: 12px;
    }
    .th-profile-searches-th_w70 {
        width: 70px;
    }
    .th-profile-searches-th_w77 {
        width: 77px;
    }
    .th-profile-searches-th_w45 {
        width: 45px;
    }
}
