@charset "UTF-8";

@media screen and (max-width: 500px) {
.outer {
overflow: scroll;
}
table {
   white-space: nowrap;
}
}