button {
    outline: 0 !important;
    border: none;
    background: 0 0;
}
button:hover {
    cursor: pointer;
}
.limiter {
    width: 100%;
    max-width: 960px;
    margin: auto;
}
table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}
table td,
table th {
    padding-left: 8px;
}
table thead tr {
    height: 32px;
    background: #fbc503;
}
thead {
    white-space: unset;
}
table tbody tr {
    height: 32px;
    border: 1px solid #ccc;
}
table tbody tr:last-child {
    border: 0;
}
table td,
table th {
    text-align: center;
}
.table100-head th {
    color: #000;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
tbody tr {
    font-size: 15px;
    color: grey;
    line-height: 1.2;
    font-weight: unset;
}
tbody tr:hover {
    color: #555;
    background-color: #f5f5f5;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        font-size: 14px;
        color: #999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    tbody tr {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .container-table100 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
tbody {
    border: 1px solid #f5f5f5;
}
tbody {
    border-left: 1px solid #dcd7ca;
    border-right: 1px solid #dcd7ca;
    border-bottom: 1px solid #dcd7ca;
}
td:first-child,
th:first-child {
    text-align: left;
}
td:last-child,
th:last-child {
    text-align: right;
}
#chart-form #chart-text,
.chart-head h1 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
}
.chart-head {
    width: 100%;
    height: 40px;
    border: 1px solid #396;
    background-color: #3c9;
    color: #fff;
}
.wrap-table100 button {
    border: 1px solid #039;
    background-color: #176cee;
    color: #fff;
}
#date-filter-form {
    display: flex;
    justify-content: flex-end;
}
#date-filter-form button,
#date-filter-form select {
    width: 25%;
    padding: 8px;
}
.table100 #game-table-body td {
    padding-left: 8px;
}
.table100 #game-table-body td,
.table100 #game-table-body th {
    padding-left: 8px;
    color: #000;
    font-size: 16px;
}
#chart-form {
    margin: auto;
    color: #fff;
    border: 1px solid #e7aa26;
    background-color: #fbc503;
    display: inline-block;
    padding: 8px 4px;
    margin-bottom: 20px;
    width: 100%;
}
#chart-text {
    padding: 2px;
    color: #000;
    line-height: 20px;
    text-align: center;
}
.wrap-table100 button,
#date-filter-form select {
    width: 25%;
    min-width: 180px;
    max-width: 320px;
    margin: 8px 1%;
    height: 40px;
    font-size: 16px;
    padding: 8px;
    text-transform: unset;
    font-weight: 400;
}

@media (max-width: 870px) {
    #date-filter-form {
    display: grid;
    justify-content: center;
    align-items: center;
}
}
#month-pagination {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    margin-left: -8px;
    margin-right: -8px;
}