<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#leaderboardTop,
#leaderboardBottom{
    margin-bottom: 10px;
    height: 90px;
    background-size: cover;
    background-position: center center;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #leaderboardTop,
    #leaderboardBottom{
        height: 93px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #leaderboardTop,
    #leaderboardBottom{
        height: 120px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #leaderboardTop,
    #leaderboardBottom{
        height: 145px;
    }
}

#bannerTopContainer{
    margin-bottom: 10px;
}
#bannerBottomContainer{
    margin-bottom: 10px;
}
#bannerTopPicture,
#bannerBottomPicture{
    width: 100%;
}

#logoContentTopLeft,
#imageContentTopLeft{
    margin: 10px;
}
#logoContentTopRight,
#imageContentTopRight,
.imageContentTopRight{
    margin: 10px;
}
.imageContentTopRight{
    display: block;
}
.imageContentBottomCenter,
#imageContentBottomCenter{
    margin-top: 10px;
    margin-bottom: 10px;
}
#imageContentBottomLeft{
    margin: 10px;
}
#imageContentBottomRight{
    margin: 10px;
}
#footerContentBottomCenter{
    display: block;
    width: 100%;
}
#headerImageContent{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#footerImageContent{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.pictureHeader{
    margin: 10px;
}
.logoCompany{
    display: block;
    width: 100%; max-width: 170px;
    max-height: 200px;
    margin: auto;
}
.logoCompanyLink{
    display: block;
    width: 100%;
}
.list-items-offer{
    margin: 10px 0 0 0;
    font-size: 12px;
}
.list-items-offer &gt; li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a8a8a8;
}
.list-item-offer-icon{
    visibility: hidden;
    margin-right: 5px;
}
.list-items-offer &gt; .list-item-offer:first-child &gt; .list-item-offer-icon{
    visibility: visible;
}

.btn-apply{
    margin: 10px auto 20px auto;
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.btn-other-jobs{
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.btn-other-jobs:focus,
.btn-other-jobs:active,
.btn-other-jobs:hover{
    color: #337ab7;
}
.btn-save-job{
    margin-top: 20px;
}
.asideSimilarOffers{
    margin-top: 50px;
}
.asideSimilarOffersTitle{
    color: #c2c2c2;
    font-size: 28px;
}
.col-asideOffer,
.col-containerOffer{
    margin-bottom: 10px;
}
.asideOffer{
    border: solid 1px #e7e7e7;
    padding: 5px 5px 15px 5px;
}
.containerOffer{
    overflow: hidden;
    border: solid 1px #e7e7e7;
}
.offerHeader,
.offerContent{
    padding: 10px;
}

@media (min-width: 992px) {
    .col-asideOffer{
        padding-right: 5px;
    }
    .col-containerOffer{
        padding-left: 5px;
    }
}

.col-asideOffer-bottom {
    margin-top: 10px;
}
.col-asideOffer-bottom .asideOffer{
    border: none;
}
.col-asideOffer-bottom .list-items-offer{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.col-asideOffer-bottom .btn-other-jobs{
    text-align: left;
}

.containerOffer h1{
    font-size: 16px;
    font-weight: normal;
}
.offerWorkplace{
    margin-bottom: 14px;
    color: #c8c8c8;
}

.col-asideOffer-light{
    margin-top: 10px;
}
.col-asideOffer-light .btn-other-jobs{
    margin-top: 5px;
    width: auto;
    vertical-align: middle;
}
.col-asideOffer-light .addthis_toolbox{
    margin-top: 5px;
    width: auto;    
    vertical-align: middle;
}
.col-asideOffer-light .btn-save-job{
    margin-top: 5px;
    vertical-align: middle;
}
.col-asideOffer-light .btn-apply{
    margin-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .col-asideOffer-light .addthis_toolbox{
        float: right;
        margin-top: 18px;
    }    
    .col-asideOffer-light .btn-save-job{
        margin-top: 12px;
    }    
    .col-asideOffer-light .btn-other-jobs{
        margin-top: 12px;
    }    
}</pre></body></html>