/*=========== Job List =================*/
.job_list{
    float: left;
    width: 100%;
    border: 1px solid rgba(133,52,53,0.3);
    padding: 8px;
    margin-bottom: 8px;
}
.job_list .image_css div{
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #dddddd;
    padding: 1px;

    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.job_list .title_css{ width: 30%; float: left; font-weight: 600; margin-left: 5px; font-size: 16px;}
.job_list .title_css .make_link-a a:link,
.job_list .title_css .make_link-a a:visited{color: #dd4949; text-decoration: none}
.job_list .title_css .make_link-a a:hover,
.job_list .title_css .make_link-a a:active{color: #ef1f1f; text-decoration: none}
.job_list .location_css{ font-size: 14px; color: blue; font-weight:normal}
.job_list .price_css{ font-size: 13px; color: red; font-weight:normal}


.job_list .category_css{ width: 20%; font-size: 14px;  float: left; text-align: center; margin-left: 5px;}
.job_list .category_css b{ width: 100%; font-weight: 600; float: left; margin-bottom: 5px;}

.job_list .add_date_css{ width: 20%; font-size: 14px; float: left; margin-left: 5px;}
.job_list .add_date_css b{ width: 100%; font-weight: 600; float: left; margin-bottom: 5px;}

.job_list .exp_date_css{ width: 20%; font-size: 14px; float: left; color: red; margin-left: 5px;}
.job_list .exp_date_css b{ width: 100%; font-weight: 600; float: left;  margin-bottom: 5px; color: #000}


