#nv-jobs > *{
    font-family: "Open Sans";padding:0px;margin:0px;font-size:13px;
}

#nv-jobs {
    margin: 0px;
    min-height: auto;
    position: relative;
    width: 600px;
    display: inline-table;    
}

.job .heart {
    background-color: rgb(204, 204, 204);
}

.job .heart:before, .job .heart:after {
    background-color: rgb(204, 204, 204);
}

/* jobs box */

.nv-jobs .job             {/* padding:0px 0px 26px 0px; */position:relative;min-height:110px;width: 600px;margin-bottom: 26px;/* cursor: pointer; */transition: all .3s ease-in-out;}
.nv-jobs .job .j-title    {padding-right: 58px;}
.nv-jobs .job .j-title h2 {text-overflow: ellipsis;white-space: nowrap;    overflow: hidden;}
.nv-jobs .job .j-info     {text-overflow: ellipsis;white-space: nowrap;    overflow: hidden;}

.nv-jobs .job h2          {margin:0px 0px 0px 0px;}
.nv-jobs .j-title *       {font-size: 18px;font-weight:400;font-family: Arial,"Open-Sans";}
.nv-jobs .j-title b       {font-weight:700}
.nv-jobs .job a           {text-decoration: none;color:#1a0dab}
.nv-jobs .job a:hover     {text-decoration: underline}
.nv-jobs .job a:visited   {color:purple;}

.nv-jobs .job .j-logo    {position:absolute;left:-0px;width:52px;top:0px;box-shadow:0px 0px 6px #ccc;padding:3px;border-radius:2px;}
.nv-jobs .job .j-snippet {font-size:13px;color:#545454;line-height: 18px;margin-left:70px;max-height: 57px;overflow: hidden;}
.nv-jobs .job .j-info    {padding:0px 0px 6px 0px;color: #006621;}
.nv-jobs .job .j-info div{display:inline-block;padding:0px 5px 0px 0px;}

.nv-jobs .job .j-sponsored    {background-color: #ccc;position: absolute;right: 35px;top: 2px;padding:0px !important;width:16px;transition: all .3s ease-in-out;height:16px;border-radius: 20px;}
.nv-jobs .job .j-sponsored img{position:relative;width: 12px;left:2px;top:0px;}


/* Related Jobs */

.r-job {
    color: #dedede;    
    width: 100%;
    font-size: 12px;
    clear: both;
    margin-bottom: 2px;
}

.related-jobs-title {
    color: #29ADE4;
    font-size: 24px;
    padding-top:20px;
    padding-bottom:10px;
}
.r-title {
    max-width: 225px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: inherit;
    margin-right: 5px;
}


.job-snippet-logo-container {
    position: relative;
}

.nv-jobs .job .j-snippet {
    font-size: 13px;
    color: #545454;
    line-height: 18px;
    margin-left: 70px;
    max-height: 57px;
    overflow: hidden;
}

.nv-jobs .job .j-logo {
    position: absolute;
    left: -0px;
    width: 52px;
    top: 0px;
    box-shadow: 0px 0px 6px #ccc;
    padding: 3px;
    border-radius: 2px;
}

.job-box-title {
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    padding-bottom: 15px;
}


.job-category.menu-iholder {
    width: 66.5%;
    margin-right: 30px;
} 
.job-category.menu-iholder select {    
    padding: 8px 10px 8px 10px;    
}

.recommended-jobs-holder {
    background: #fafafa;
    padding: 20px;
    margin: -20px;    
    font-weight: bold;
}

a.recommended-jobs-a{
    text-decoration: none;
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.recommended-jobs-holder span {
    font-size: 20px;
}