/* Jobfair */
.tx_jobfair th {
    color: #fff;
    background: #234b6e;
    font-size: 100%;
    padding: 0.3em 0.7em;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-family: 'MainFont', Arial, Verdana, sans-serif;
    border: 2px solid #f0f0f0;
    text-transform: uppercase;
}
.zettec .tx_jobfair th {
    background: #005f9f;
}
.erg .tx_jobfair th {
    background: #00305d;
}
.tx_jobfair h1 {
    max-width: 740px;
    margin: 0 auto;
}
table.tx_jobfair {
    width: 100%;
    table-layout: auto;
    padding: 0;
}
.tx_jobfair td {
    padding: 0.3em 0.7em;
    border: 2px solid #f0f0f0;
    background: #fff;
}
.receiver-jobtitle {
    font-family: 'MainFontBold';
}
.tx_jobfair dl {
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    vertical-align: top;
    border-bottom: 1px solid #d7d7d7;
}
.tx_jobfair dt {
    width: 30.64%;
    float: left;
    font-size: 125%;
    margin: 0;
    font-family: 'MainFontLight', sans-serif;
    color: #196eb6;
    font-weight: normal;
    line-height: 110%;
    text-transform: uppercase;
    vertical-align: top;
}
.zettec .tx_jobfair dt {
    color: #006eba;
}
.erg .tx_jobfair dt {
    color: #00305d;
}
.tx_jobfair dd {
    width: 65.28%;
    float: right;
    vertical-align: top;
    margin: 0;
}
select#categories { border: 1px solid #d7d7d7; }

.filter-left, .filter-right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 30px;
}
.jobfair_filter_zip {
    margin-bottom: 10px;
}
.control-label, .filter-right label {
    margin-bottom: 5px;
    color: #196eb6;
    display: block;
}
.zettec .control-label {
    color: #006eba;
}
.erg .control-label {
    color: #00305d;
}
#tx_jobfair_filter {
    margin-bottom: 2em;
}
.filter-right-inner {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.jobfair_filter_zip, .jobfair_filter_perimeter, .tx_jobfair-filter-select {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    line-height: 20px;
}
.filter-right select, .filter-right input, .tx_jobfair-filter-select {
    height: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.filter-right-inner .submit {
    background: #234b6e;
    color: white;
    padding: 5px 10px;
    line-height: 25px;
    border: 1px solid #234b6e;
}

@media only screen and (max-width: 640px) {
    .tx_jobfair dt, .tx_jobfair dd {
        width: 100%;
    }
    .tx_jobfair dt {
        margin-bottom: 0.5em;
    }
}
