<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/css/joblisting.css");
#jobs.detail{
    background: #f2f2f2;
    padding: 240px 0 40px 0;
}

#jobs.detail .iframe-content{
    width: 100%;
}
#jobs.detail .iframe-content iframe{
    width: 100%;
    height: 800px;
    border: 0px;
}

#jobs.detail .title-bar{
    width: 100%;
    margin-bottom: 40px;
}
#jobs.detail .flex-elems{
    display: flex;
    width: 100%;
    margin: 20px 0;
}
#jobs.detail .flex-elems .elem{
    flex: 1;
}
#jobs.detail .title-bar .job-title{
    width: calc(100% - 60px);
    float: left;
}
#jobs.detail .title-bar .job-title h1{
    line-height: 1.2em;
    margin-top: 0;
}

#jobs.detail .title-bar .job-remember{
    width: 40px;
    margin-left: 20px;
    float: left;
    text-align: right;
}
#jobs.detail .title-bar .job-remember span{
    font-size: 24px;
    line-height: 58px;
}
#jobs.detail .title-bar .job-date{
    margin-top: 8px;
}

@media only screen and (max-width: 767px){
    #jobs.detail .title-bar .job-title h1{
        font-size: 20px;
    }

    #jobs.detail .flex-elems{
        display: block;
        width: 100%;
        margin: 0;
    }
    #jobs.detail .flex-elems .elem{
        flex: 0;
        margin: 10px 0;
    }
}</pre></body></html>