.jobArea {
    display: inline-block;
}

.jobBlurb {
    color: #4a4a4a;
    border-bottom: 1px solid #4a90e2;
    
}

.jobBlurb:hover {
    background-image: linear-gradient(104deg, #f8fdfd, #eefaf9);
    color: #000000;
}

.jobBlurb h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0px;
    padding-top: 15px;
}

.jobBlurb p {
    font-size: 14px;
    line-height: 1.5;
}

.jobListingDetail .jobHidden { display: none; }
.jobListingDetail .jobVisible { display: block; }

.paraRight p {
    width: 456px;
    padding-top: 10px;
}

.paraRight .imgHolder {
    
}

.paraLeft {
    padding-bottom: 40px;
}
.paraLeft p {
    width: 536px;
}

