#block_job #indJobContent {
    padding-bottom: 5px;
    column-count: 2;
}
@media(max-width: 725px)
{
    #block_job #indJobContent {
        column-count: 1;
    }
}

#block_job #indJobContent .company_location {
    font-size: 11px;
    overflow: hidden;
    display: block;
}

#block_job #indJobContent.wide .job {
    display: block;
    float: left;
    margin-right: 5px;
    width: 135px;
    overflow: hidden
}

#block_job #indeed_widget_wrapper {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px;
    height: auto;
    overflow: hidden;
}

#block_job #indeed_widget_header {
    font-size: 18px;
    padding-bottom: 5px;
}

#block_job #indeed_search_wrapper {
    clear: both;
    font-size: 12px;
    margin-top: 5px;
    padding-top: 5px;
}

#block_job #indeed_search_wrapper label {
    font-size: 12px;
    line-height: inherit;
    text-align: left;
    margin-right: 5px;
}

#block_job #indeed_search_wrapper input[type='text'] {
    width: 100px;
    font-size: 11px;
}

#block_job #indeed_search_wrapper #qc {
    float: left;
}

#block_job #indeed_search_wrapper #lc {
    float: right;
}

#block_job #indeed_search_wrapper.stacked #qc, #block_job #indeed_search_wrapper.stacked #lc {
    float: none;
    clear: both;
}

#block_job #indeed_search_wrapper.stacked input[type='text'] {
    width: 150px;
}

#block_job #indeed_search_wrapper.stacked label {
    display: block;
    padding-bottom: 5px;
}

#block_job #indeed_search_footer {
    width: 295px;
    padding-top: 5px;
    clear: both;
}

#block_job #indeed_link {
    position: absolute;
    bottom: 1px;
    right: 5px;
    clear: both;
    font-size: 11px;
}

#block_job #indeed_link a {
    text-decoration: none;
}

#block_job #results .job {
    width: 320px;
    display: inline-block;
    padding: 6px;
    border-bottom: 1px dashed #d8d8d8;

}

#block_job #pagination {
    padding-top: 10px;
    clear: both;
    text-align: right;
}
#block_job #indeed_widget_wrapper {
    background: #ffffff;
}


#block_job #indeed_widget_wrapper, #block_job #indeed_link a {
    color: #6B6B6B;
}

#block_job #indJobContent, #block_job #indeed_search_wrapper {
    border-top: 1px solid #FFFFFF;
}

#block_job #indJobContent a {
    color: #174c87;
}

#block_job #indeed_widget_header {
    color: #154789;
}

#block_job .IndeedRecherche{
    padding: 5px 7px;
    background: #f6f6f6;
    border-radius: 3px;
    border:1px solid #d8d8d8;
}
#block_job .IndeedRecherche::placeholder{
    color:#cccccc;
}


#block_job .findjobs{
    color: #FFF;
    border:0;
    padding:6px;
    background: linear-gradient(to bottom, #073c77 0%, #174c87 100%);
}