@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("jenkins.yelpcorp.com") {
    .SUCCESS *, .SUCCESS {
        background-color: #333 !important;
        color: #DEDEDE !important;
        font-weight: 200 !important;
    }
    .FAILURE *, .FAILURE {
        background-color: #a00 !important;
        color: #DEDEDE !important;
        font-weight: 200 !important;
    }
    .jobtitle {
        padding: 0 !important;
        padding-bottom: -10px !important;
    }
    
    body { 
        background-color: #333 !important;
    }
    div.job {
        width: 33% !important;
        height: 44px !important;
    }
}