table {
    width: 100%;
    overflow-x: auto;
    display: block;
    font-size: 0.8rem;
}
th, td {
    padding: 6px 8px;
    white-space: nowrap;
}
@media (max-width: 700px) {
    th, td {
        white-space: normal;
        font-size: 0.7rem;
    }
}
