.repeater .job_bottom .posted_by_user {
    display: none;
}
.repeater .panel {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.repeater .panel:last-child {
    border: none;
}
.repeater .panel .job_img_container{
    float:left;
}
.repeater .panel .job_info_container{
    width:545px;
    float:left;
    padding: 0 10px;
    box-sizing: border-box
}
.repeater .panel .job{
    overflow:auto;
}

.repeater ul.custom_fields,
.repeater ul.job_tags{
    list-style: none;
    padding:0;
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;
}
.repeater ul.custom_fields li,
.repeater ul.job_tags li{
    display: inline;
    font-size: 11px;
    font-weight: normal;
    color: #5f6060;
    background-color: #E8EBF8;
    padding: 1px 8px 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
}

.pagination-widget {
    text-align: right;
    color: #aaa;
}