    .m-table {
      margin: 10px auto;
      font-size: 16px;
      width: 100%;
      border-collapse: collapse;
    }

    .m-table th,
    td {
      border: 1px solid #8c8c8c;
      padding: 8px;
      text-align: justify;
    }

    .m-table th {
      background-color: #afd8ff;
      width: 20%;
      text-align: center;
      vertical-align: middle;
    }

    .s-table {
      margin: 10px auto;
      font-size: 16px;
      width: 100%;
      border-collapse: collapse;
    }

    .s-table th,
    td {
      border: 1px solid #8c8c8c;
      padding: 8px;
      text-align: justify;
    }

    .s-table th {
      background-color: #afd8ff;
      width: 20%;
      text-align: center;
      vertical-align: middle;
    }

    .s-table td {
      text-align: center;
      vertical-align: middle;
    }

    .m-table .tablehead {
      background-color: #066eb3;
      font-weight: bold;
      color: #FFF;
      padding: 2px;
      text-align: center;
    }

    .schedule-table {
      margin: 10px auto;
      width: 100%;
      border-collapse: collapse;
    }

    .schedule-table .text {
          font-size: 16px;
  font-weight:normal;
      text-align: justify;
    }

    .schedule-table .info {
      color: #0e3b67;
      font-size: 18px;
      border: 1px solid #8c8c8c;
      width: 70%;
      padding: 8px;
      font-weight: bold;
      text-align: justify;
      vertical-align: middle;
    }

    .schedule-table .day {
      border: 1px solid #8c8c8c;
      background-color: #afd8ff;
      width: 30%;
          font-size: 18px;
  font-weight:bold;
      text-align: left;
      vertical-align: middle;
      padding-left:5px;
    }
    .schedule-table .cell {
      background-color: rgb(255, 255, 137);
    }


    @media screen and (max-width:600px) {
    
    .m-table {
      font-size: 14px;
    }

        
    .schedule-table {
      font-size: 14px;
    }

    .schedule-table .info {
      font-size: 16px;
    }
    .schedule-table .text {
          font-size: 14px;
    }

    .schedule-table .day {
          font-size: 14px;
    }


    }