@media screen and (max-width: 600px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    margin-bottom: 0px;
    border: 1px solid #ddd;
  }
  td {
    border: none;
    position: relative;
    padding-left: 10%;
  }
  td:before {
    position: absolute;
    left: 6px;
    content: attr(data-label);
    font-weight: bold;
  }
  .hidecol {
    display: none;
    height: 0rem !important;
  }
}/*# sourceMappingURL=mediaQueries.css.map */