body {
    font-size: 12.5px;
    font-family: "Yandex_Sans_Display_Web_Light", arial, helvetica;
    padding: 10px;
}


/* ЗАГОЛОВКИ */
#header {
    font-family: "Yandex_Sans_Display_Web_Bold";
    font-size: 17px;
    color: #000000;
    letter-spacing: .02em;
    line-height: 20px;
    margin-bottom: 11px;
}

#subheader {
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    color: #000000;
    line-height: 15px;
    margin-bottom: 20px;
}


/* КНОПКИ */
.button {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 28px;
    font-family: arial, sans-serif;
    padding: 0 13px;
    border-radius: 2px;
    /*border: rgba(0, 0, 0, 0.2) solid .5px;*/
    border: #cacaca solid 1px;
    margin: 0px 4px 20px 4px;
}

.button.accent {
    background-color: #ffdb4d;
}


/* КОНТЕНТ */
#content table {
    width: 700px;
    margin-bottom: 40px;
    font-family: "Yandex_Sans_Display_Web_Regular", arial, helvetica;
}

#content td {
    min-width: 45px;
    max-width: 200px;
    padding: 10px 10px 2.5px 10px;
    line-height: 15px;
    vertical-align: top;
}

#content tr:nth-child(n+2):hover {
    background-color: #ededed;
}

#content td:first-child {
    width: 45px;
    font-family: "Yandex_Sans_Display_Web_Bold", arial, helvetica;
}

#content tr:first-child {
    height: 50px;
    border-bottom: red 2px solid;
    font-family: "Yandex_Sans_Display_Web_Bold", arial, helvetica;
}


/* СТИЛИ ДЛЯ ОТДЕЛЬНЫХ ТАБЛИЦ */
.soviet td:nth-child(2), .anime td:nth-child(2), .full td:nth-child(2) {
    width: 100px;
}

.soviet td:nth-child(3), .anime td:nth-child(3) {
    width: 50%;
}


/* ПОДПИСЬ */
#caption {
    font-family: "Yandex_Sans_Display_Web_Regular";
    text-transform: uppercase;
    font-size: 9px;
    color: #555150;
    margin-top: 20px;
    letter-spacing: .06em;
    line-height: 13px;
}