@charset "UTF-8";

.outer {
    overflow: auto;
}

table {
    overflow-x: scroll;
    border-collapse: collapse;
    white-space: nowrap;
}