/* 
 * responsive.css - Responsive CSS styles used within the website
 */

@media only screen and (max-width: 1499px) {
    
}

@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 959px) {
    
}

@media only screen and (max-width: 767px) {
    #recent-jobs,
    #job-content {
        max-width: 100%;
    }
    
    #job-content .button {
        width: 100%;
        display: block;
        box-sizing: border-box !important;
        margin-bottom: 20px !important;
        padding: 7px 0 !important;
    }
    #job-content .button:hover {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 525px) {
    
}

@media only screen and (max-width: 479px) {
    
}
