@charset "UTF-8";
/*
.scroll {
  display: flex;
  width: 100%;
  height: auto;
  overflow-x: scroll;
}
 
.scroll table {
  width: 90%;
  margin: 5px;
  flex-shrink: 0;
}
*/