.results {
    padding-left: 0px;
}

li.result {
    list-style-type: none;
    border-spacing: 10px;
}

.job_title {
    font-size: 16px;
    font-weight: normal;
}

li.result .job {
    display: table-row;
}

li.result .job .job_img_container,
li.result .job .job_info_container {
    display: table-cell;
    vertical-align: top;
}

ul.custom_fields,
ul.job_tags {
    list-style: none;
    padding: 0;
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;
}

ul.custom_fields li,
ul.job_tags li {
    display: inline-block;
    padding: 1px 3px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
    background-color: #E8EBF8;
    border: solid 1px #d3d5ea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.custom_fields .field_label {
    font-weight: bold;
}

ul.custom_fields .field_label:after {
    font-weight: bold;
    content: ':';
}

.description {
    margin-top: 8px;
}

.tags ul {
    padding: 10px 0px;
}

.tag {
    display: inline-block;
    background-color: #269abc;
}

.light-text {
    color: #aaa;
}

/******************
* MULTI LOCATIONS *
******************/

span.location.country,
span.location.state,
span.location.city,
span.location.zipcode {
    display: inline-block;
    padding: 1px 3px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #575858;
    /*
    background-color: #e9e8e8;
    border: solid 1px #d3d5d5;
    */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

span.location img.flag {
    margin-right: 0.4em;
    vertical-align: -1px;
}

.posted_by_user {
    display: inline-block;
}