

@media (max-width: 767px) {
  div.pl215 .t-container, div.pl215 .t-row {
    width: 100% !important;
    overflow-x: auto !important;
  }
  div.pl215 .t-col {
    min-width: 70px !important;
  }
  div.pl215 table {
    width: 100% !important;
    font-size: 10px !important;
    table-layout: fixed !important;
  }
  div.pl215 table td, div.pl215 table th {
    padding: 3px !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
  }
}
