.table {
    font-size: 1rem;
  }
  
  .table th, .table td {
    text-align: center;
  }
  
  .thead-dark {
    background-color: #343a40;
    color: #ffffff;
  }
  
  .container {
    max-width: 1000px;
  }
  
  h2, h4 {
    color: #333;
  }
  
  table th, table td {
    padding: 12px 15px;
  }
  
  table th {
    background-color: #0A0244;
    color: #fff;
  }

  .section-title-students {
    text-align: center;
    padding-bottom: 5px;
}

.working-days {
    padding-bottom: 0px !important;
}

.mt--26 {
  margin-top: -26px;
}

.mt--50 {
  margin-top: -50px;
}

.ptpb {
  padding-top: 0rem !important;
  padding-bottom: 7rem !important;
}

.ptpbrpt {
  padding-top: 0rem !important;
  padding-bottom: 25rem !important;
}

.ptpbstaff {
  padding-top: 24rem !important;
  padding-bottom: 25rem !important;
}
