.chart tr:nth-child(2n),
         tr:nth-child(2n) {
            background-color: var(--col_7)
         }

         .chart tr:nth-child(odd),
         tr:nth-child(odd) {
            background-color: var(--col_5)
         }

         .page a {
            background: yellow;
            font-weight: 700
         }

         .chart table td:first-child,
         .chart tr:first-child {
            background-color: var(--col_2);
            font-size: smaller
         }

         .chart tr:hover {
            background: brown
         }

         .chart td:hover {
            background: #00f
         }

         table,
         tbody {
            width: 100%;
            background: black;
         }

         .rbox td,
         table,
         td,
         th {
            color: #fff
         }

         .page {
            flex-wrap: wrap;
            width: inherit
         }

         .page a {
            flex: auto;
            padding: 15px;
            color: #000;
            margin: 2px
         }

         .page a.current_page,
         .page a:hover {
            background: red;
            color: #fff
         }
      }