.statistics-history-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.statistics-history {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.statistics-history th,
.statistics-history td {
    padding: 17px 20px;
    border-bottom: 1px solid var(--line);
    text-align: right;
}

.statistics-history thead th {
    background: var(--cream);
    color: var(--muted);
    font-size: .73rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.statistics-history th:first-child {
    text-align: left;
}

.statistics-history tbody th {
    color: var(--green);
    font-weight: 800;
}

.statistics-history tbody tr:last-child th,
.statistics-history tbody tr:last-child td {
    border-bottom: 0;
}
