    table {
      width:100%;
      font-weight:bold;
    }
    
    table, th, td {
      border: 3px solid white;
      border-collapse: collapse;
    }
    
    th, td {
      padding: 15px;
      text-align: left;
      color:black;
      width:33%;
      text-align:center;
    } 
    
    table#t01 tr:nth-child(even) {
      background-color: #aee7ff;
    }
    
    table#t01 tr:nth-child(odd) {
     background-color: #78d7ff;
    }
    
    table#t01 th {
      background-color: #0196d6;
      color: white;
    }
    
    @media only screen and (max-width: 500px) {
      table {
        font-size: 8.5px;
      }
    } 