.tbl-apl-series {
  /*.footable,
  .footable > thead > tr > th,
  .footable > tbody > tr > td {
      border-width: 1px;
      text-align: center;
  }*/ }
  .tbl-apl-series #theTable > thead > tr > th {
    background-color: #640c15;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px; }
    @media (max-width: 480px) {
      .tbl-apl-series #theTable > thead > tr > th {
        font-size: 9px;
        padding: 5px 3px; } }
  .tbl-apl-series #theTable > tbody > tr td:first-child {
    color: #eeeeee;
    border: none; }
  .tbl-apl-series .footableEven {
    background-color: #78080c; }
  .tbl-apl-series .footableOdd {
    background-color: #530507; }
  .tbl-apl-series .footable > tbody > tr:hover {
    background-color: #9b1627; }
  .tbl-apl-series .footable {
    border-color: transparent; }
    .tbl-apl-series .footable > thead > tr > th {
      border-color: transparent;
      text-align: center; }
    .tbl-apl-series .footable > tbody > tr > td {
      border-color: transparent;
      border-left-color: #151515;
      font-weight: normal;
      font-size: 14px;
      border-width: 1px;
      text-align: center; }
      @media (max-width: 480px) {
        .tbl-apl-series .footable > tbody > tr > td {
          font-size: 9px;
          padding: 5px 2px; } }

.tbl-apl-series::-webkit-scrollbar-thumb {
  background-color: #720603 !important;
  border: 1px solid #750408 !important; }

.tbl-apl-series::-webkit-scrollbar-track {
  background-color: #4e0403 !important; }
