@charset "UTF-8";

@media screen and (max-width: 768px){
table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}