table {border-collapse: collapse; white-space: nowrap;}
table th { color: #FFFBF0;  font-weight: bold; background-color: #2A1FFF; }
table td, table th { padding: 6px 6px; text-align: center; border-color: #007FFF;  border:none; }
table th:first-child, table td:first-child {text-align: left;}

/* Mobile */
@media only screen and (max-width: 850px) {
  body {   font-size: 0.875rem; }
}

@media only screen and (max-width: 767px) {
  table.responsive { margin-bottom: 0; }

  .pinned { position: absolute; left: 0; top: 0;  width: 75px; overflow: hidden; overflow-x: scroll;}
  .pinned table { border-right: none; border-left: none; width: 100%; }
  .pinned table th, .pinned table td { white-space: nowrap; }
  .pinned td:last-child { border-bottom: 0; }

  div.table-wrapper { position: relative; margin-bottom: 10px; overflow: hidden;  }
  div.table-wrapper div.scrollable { margin-left: 75px; }
  div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

  table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden;  }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
}
