/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.sjb-sf-sort-filter {
    position: relative;
    width: 100%;
    min-height: 34px;
}
.sjb-sf-sort-filter .sjb-sf-wrapper{
    float: right;
}
.sjb-sf-sort-filter label {
    display: inline-block;
    color: #666;
    margin-right: 10px;
}
.sjb-sf-sort_filter {
    display: inline-block;
}
.sjb-sf-sort_filter select {
    border-radius: 0 !important;
}
.sjb-sf-arrow {
    display: inline-block;
    margin-left: 6px;
    background: #3297fa;
    padding: 6px 10px;
}
.sjb-sf-arrow i {
    color: #fff;
    transition: all 0.3s ease;
}
.sjb-page .list-data .job-info h4 span {
    font-size: 16px !important;
}
