dt {
    font-weight: bold;
}

dd {
    font-style: italic;
    margin-bottom: 1em;
}

table.vacancy-list {
    width: auto;
    border-collapse: collapse;
}

table.vacancy-list th {
    background: #ddf;
    font-style: italic;
}

table.vacancy-list td, table.vacancy-list th {
    border: #999 solid 1px;
    padding: 2px 5px;
}

table.vacancy-list tr:nth-child(even) {
    background: #ededed;
}

table.vacancy-list tr:nth-child(odd) {
    background: #fff;
}

table.vacancy-list th.number {
    width: 53px;
}

td.job-title {
    width: 500px;
}

td.grade, td.number, td.wage, td.count {
    font-weight: bold;
    text-align: center;
    width: 64px;
}

td.number, td.wage, td.count, td.work-day-count {
    text-align: right;
}

td.education {
    width: 75px;
}

table.vacancy-list td.no-border {
    border: none;
}

table.vacancy-list tr.total td {
    padding-top: 20px;
}

table.climate-data {
    border-collapse: collapse;
    width: 100%;
}

table.climate-data td, table.climate-data th {
    border: 1px solid #333;
    padding: 5px 10px;
}

table.climate-data th {
    background: #ffcb99;
    background: #dedede;
    font-size: 100%;
}

table.climate-data th.month {
    text-align: left;
    width: 15%;
}

td.number {
    text-align: right;
}

.winter, table.climate-data .winter th {
    background: #3635ff;
    background: #9bf;
    color: #fcfcff;
    color: #000;
}

.spring, table.climate-data .spring th {
    background: #64ff63;
    background: #afa;
    color: #6a1068;
    color: #000;
}

.summer, table.climate-data .summer th {
    background: #ff6161;
    background: #fba;
    color: #2700b6;
    color: #000;
}

.autumn, table.climate-data .autumn th {
    background: #ffff89;
    background: #ffa;
    color: #e90c00;
    color: #000;
}

table.table {
    border-collapse: collapse;
    width: 100%;
}

table.table td, table.table th {
    border: #999 solid 1px;
    padding: 5px 10px;
}

table.table-striped th {
    background: #ddf;
    font-style: italic;
}

table.table-striped tr:nth-child(even) {
    background: #ededed;
}

table.table-striped tr:nth-child(odd) {
    background: #fff;
}

.full-width {
    width: 100%;
}

.no-border {
    border: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.grade {
    min-width: 84px;
}

.wage {
    min-width: 80px;
}

.education {
    min-width: 100px;
}

.work-day-count {
    min-width: 72px;
}

img.passport {
    float: left;
    width: 150px;
    margin: 0 1.5em 1em 0;
}

.clearfix {
    clear: both;
}

div.gallery {
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    float: left;
    width: 32%;
}

div.gallery img {
    width: 100%;
    height: auto;
}

ul.extensions {
    padding-left: 0;
}

ul.extensions li {
    color: #fff;
    display: table;
    float: left;
    list-style: none;
    margin-left: 7px;
    margin-bottom: 0;
}

ul.extensions li.csv {
    background: #2996be;
}

ul.extensions li.doc,
ul.extensions li.docx {
    background: #6177a2;
}

ul.extensions li.json {
    background: #ab7bc1;
}

ul.extensions li.xml {
    background: #dbb176;
}

ul.extensions li a {
    display: table-cell;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}