
.feature-box-title{
    border-bottom-width: 2px;
    border-bottom-color: #fff500;
    border-bottom-style:solid;
    margin-top:8px;
    margin-bottom:3px;
}
.boxes-list-set-form {
    float: right;
}
.feature-box-title .searchFilter_wrap {
    background: none;
    border: 0;
    padding: 0;
}
.boxes-list-set-form .filterPanel_langWrap .btn {
    padding: 0 6px;
}
.filterPanel_langWrap .btn.active{
    box-shadow: none;
    color: #333;
    font-weight: bold;
    cursor: default;
}
.filterPanel_langWrap .fa-arrows-h {
    font-size: 16px;
    color: #555;
}
.filterPanel_langWrap-exptop .btn:first-child{
    border-right:none;
}
.feature-box-title h2{
    font-size: 20px;
    margin-bottom: 0px;
    border-bottom-width: 2px;
    border-bottom-style:solid;
    border-bottom-color: #1724b1;
    color: #1724b1;
    margin: 0 0 -2px 0;
    display: inline-block;
    padding-right: 5px;
}
.feature-box-title h2 span{
    font-size: 16px;
}

.buying-mode .feature-box-title{
    border-color: #9fdede;
}
.standard .feature-box-title h2{
    border-bottom-color: #337ab7;
    color: #337ab7;
}

.pioneer .feature-box-title h2{
    border-bottom-color: #ffa500;
    color: #337ab7;
}

.modern .feature-box-title h2{
    border-bottom-color: #8a00d1;
    color:#8a00d1;
}
.legacy .feature-box-title h2{
    border-bottom-color: #e23e24;
    color: #e23e24;
}
.vintage .feature-box-title h2{
    border-bottom-color: #333;
    color: #333;
}
.casual .feature-box-title h2{
    border-bottom-color: #008080;
    color: #008080;
}

.boxes .feature-box-title h2{
    border-bottom-color: #999;
    color: #000;
}

.supply .feature-box-title h2{
    border-bottom-color: #999;
    color: #000;
}

.standard .side_box{
    border: 3px solid #337ab7;
}

.pioneer .side_box{
    border: 3px solid #ffa500;
}

.modern .side_box{
    border: 3px solid #8a00d1;
}
.legacy .side_box{
    border: 3px solid #e23e24;
}
.vintage .side_box{
    border: 3px solid #333;
}
.casual .side_box{
    border: 3px solid #008080;
}
.boxes .side_box{
    border: 3px solid #006400;
}
.supply .side_box{
    border: 3px solid #999;
}

@media screen and (max-width: 768px) {
    .feature-box-title h2{
        padding-left: 5px;
        font-size: 15px;
        white-space: nowrap;
        width: 100%;
        text-overflow: clip;
        overflow: hidden;
    }
    .feature-box-title h2 span{
        font-size: 10px;
    }
    .feature_edit{
        font-size: 7px;
    }
    .filterPanel_langWrap label{
        font-size: 12px;
    }

}
.ranking-tag{
    border-radius: 90px;
    opacity: 0.9;
    text-align: right;
    position: absolute;
    bottom:54px;
    background-color: gray;
    padding:8px;
    width:45px;
    left:-20px;
}

.ranking-tag-1{
    background-color: red;
    color:white;
}

.ranking-tag-2{
    background-color: #ff6633 ;
    color:white;
}

.ranking-tag-3{
    background-color:  #ffcccc;

}
