/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

 .table-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 2rem 2rem;
    color: #000;
  }

  .table-wrap table {
    border: 1px solid;
  }
  
  @media screen and (max-width: 600px) {
    .table-wrap {
      overflow-y: scroll;
    }
  }