body {
    width: 900px;
}

#content {
    font-size: 1.25em;
    width: 900px;
}

th {
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    padding-bottom: 5px;
}

th:nth-child(-n+2) {
    text-align: left;
}

th:not([title~="Дата"]) {
    font-family: "Yandex_Sans_Display_Web_Regular";
    font-size: 9px;
    letter-spacing: 0.06em;
}

th span {
    vertical-align: top;
}

th .btn {
    background-position: 50% 50%;
    display: inline-block;
    background-size: 9px;
    background-repeat: no-repeat;
    vertical-align: center;
}

th.active .btn {
    background-image: url(pics/sort.png);
    width: 9px;
    height: 8px;
}

th.active {
    font-family: "Yandex_Sans_Display_Web_Bold";
}

tbody tr:hover {
    background-color: #ededed;
}

td {
    padding: 2px 0;
    height: 23px;
    width: 40px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.25);
    font-family: "Yandex_Sans_Display_Web_Regular";
}

/*td.number */

td:nth-child(1) {
    width: 210px;
    text-align: left;
    font-family: "Yandex_Sans_Display_Web_Light";
}

td:nth-child(2) {
    width: 50px;
    text-align: left;
    font-family: "Yandex_Sans_Display_Web_Light";
}

#star-legend {
    font-size: 12.5px;
    font-family: "Yandex_Sans_Display_Web_Light";
    margin-left: 277px;
    margin-top: 5px;
}

#legend {
    width: 900px;
}

#legend svg {
    width: 617.7px;
    margin-top: 15px;
}