body { 
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #666;
}

a, .link a, .link a:hover {
    color: #1E61B0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    font-weight: bold;
}
.link a, .link a:hover {
    color: #000;
    font-size: 16px;
    line-height: 1.42857;
    font-weight: normal;
    text-decoration: none;
}
.link a:hover {
    text-decoration: underline;
    color: #1E61B0;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #1E61B0;
}

.createjobLabel, .ofirLabel, .arrow, .line { display: none; }

.content {
    height: 600px;
    margin: 0;
    padding: 0px;
    width: auto;
}

.companyLabel { 
    color: #000;
    font-weight: bold;
}

.locationLabel {
    color: #666;
}

.logo {
    float: right;
    padding: 0 5px 0 0;
    width: 45px;
}

.ofir {
    float: left;
    padding: 3px 20px 0 10px;
}

.createjob {
    float: left;
    padding: 3px 0 0 0;
}

.adPaid {
    background: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    height: 135px;
    margin: 5px 0;
    overflow: hidden;
    padding: 0 0 0 0;
    width: auto;
}

.positionPostingList { 
    padding: 0 5px 0 5px; 
}

.positionPostingTeaser {
    width: auto;
}

.positionPostingDescription {
    height: auto;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.advertiserLogoThumbnailContainer {
    height: 54px;
    width: 140px;
}

.advertiserLogoThumbnailContainer img {
    max-height: 54px;
    max-width: 135px;
}

@media handheld, only screen and (max-width: 615px){
    .adPaid {
    }
    .advertiserLogoThumbnailContainer img {
        max-height: 35px;
        margin-bottom: 10px;
    }
}

@media handheld, only screen and (max-width: 484px){
    .advertiserLogoThumbnailContainer img, .advertiserLogoThumbnailContainer {
        display: none;
    }
}