.job_type_direct {background-color:#0088cc;padding:8px;float:right;color: #fff;border-radius:5px;text-transform:uppercase;white-space:nowrap;}
.job_type_temptohire {background-color:#333333;padding:8px;float:right;color: #fff;border-radius:5px;text-transform:uppercase;white-space:nowrap;}
.job_type_temp {background-color:#666666;padding:8px;float:right;color: #fff;border-radius:5px;text-transform:uppercase;white-space:nowrap;}
.jobs {border-top:thin solid #666;border-bottom:none;}
.jobs:last-child {border-top:thin solid #666;border-bottom:thin solid #666;}

.search-form input,
.search-form select {
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #0088cc;
    color: #636f81;
    font-family: 'Myriad Pro Regular';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    outline: 0;
}
.search-form input {
    width: 320px;
}
.search-form select {
    text-transform: uppercase;
}
.search-form button {
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #0088CC;
    font-family: 'Myriad Pro Regular';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: none;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .jobs .job-title {
        width: 40%;
        min-width: auto;
        max-width: 100%;
    }
    .jobs .job-location {
        width: 35%;
        min-width: auto;
        max-width: 100%;
    }
    .jobs .job-type {
        width: 15%;
        min-width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .jobs-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100% !important;
    }
    .jobs {
        margin: 0;
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .jobs-container {
        padding-left: 0;
        padding-right: 0;
    }

    .jobs { padding-left: 0; padding-right: 0; }

    .jobs .job-title { padding-left: 10px; padding-right: 0; }
    .jobs .job-location { width: 40%; padding-left: 0; padding-right: 0; }
    .jobs .job-type { width: 20%; padding-left: 0; padding-right: 10px; }
}
