@charset "UTF-8";

@media screen and (max-width: 640px) {
  table
  th, td {
    white-space: nowrap;
    padding: 5px!important;
  }
  .wrapper-table {
    width: 100%;
    overflow-x: scroll;
  }
}