@charset "UTF-8";

@media screen and (max-width: 900px) {
.outer {
overflow: scroll;
}

table {
   white-space: nowrap;
}
}