.widget_content_filter{
    margin: -15px;
}
.widget_content_filter .my_wd_filter{
    background: #fff;
    padding: 15px;
}
.widget_content_filter .my_wd_filter .mwf_title{
    background: #eee;
    margin: -15px -15px 15px;
    padding: 10px;
    position: relative;
}
.widget_content_filter .buttons{
    margin: 0;
    overflow: hidden;
}
.widget_content_filter .buttons input{
    margin: 0;
    float: left;
    width: 50%;
    height: 40px;
    border-radius: 0;
}

.widget_content_filter .radios-to-slider{margin:20px 0 60px}
.widget_content_filter .fsslider{margin: 0px 0 10px;}
.widget_content_filter .buttons input:only-child{width: 100%;display: block;}
.widget_content_filter .buttons input + a{
    float: right;
    background: tomato;
    color: #fff;
    text-decoration: none;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.widget_content_filter .buttons input + a:hover{background: #f78670;}
.board_fl_title{padding: 10px}
.board_fl_title span{
    color: #787878;
    padding-left: 2px;
    font-size: 13px;
}
.board_fl_title span a{cursor:pointer}
.board_fl_title input{
    padding: 8px;
    height: 34px;
    line-height: 34px;
    box-shadow: none;
}