.season-bloc {
    margin: 0 0 15px 0;
}

.season-bloc .season-title {
    color: #cf2e2e;
    cursor: pointer;
}

.season-bloc .season-title[aria-expanded="false"] i.toggle-down,
.season-bloc .season-title[aria-expanded="true"] i.toggle-up {
    display: inline-block;
}

.season-bloc .season-title[aria-expanded="true"] i.toggle-down,
.season-bloc .season-title[aria-expanded="false"] i.toggle-up {
    display: none;
}

table.season-results tbody tr {
    border: none;
}

table.season-results tbody tr:not(.collapse):not(.collapsing) {
    border-top: 1px solid #e6e6e6;
}

table.season-results tbody tr.collapse td,
table.season-results tbody tr.collapsing td {
    padding-left: 15px;
    font-size: 90%;
}

table.season-results tbody tr:hover {
    background: #fff3f3;
}

table.season-results th {
    text-align: left;
}

table.season-results tr td:nth-child(1) {
    font-weight: bold;
}

table.season-results tr th:nth-child(1) {
    width: 7%;
}

table.season-results tr th:nth-child(2) {
    width: 8%;
}

table.season-results tr th:nth-child(3) {
    width: 40%;
}

table.season-results tr th:nth-child(4) {
    width: 45%;
}