#haml-structure #pjax-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#haml-structure #pjax-content #refine-search #accordian>ul>li>ul>li>label {
    font-size: 0.9em;
    color: #000;
    font-weight: normal;
    margin-left: 7px;
    top: -2px;
    position: relative;
}

input[type=checkbox] {
    transform: scale(.9);
}

#haml-structure #job-search>form dl dd {
    width: 80%;
}

#haml-structure form .filter-form input {
    margin-top: 16px;
    display: inline-block;
    font-size: 1rem;
    background: #dc0b14;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all .3s linear 0s;
    line-height: 1.4;
    padding: 10px 10px;
    width: 100%;
}