#middle-school-grade-6-img-01 {
  margin: auto;
  max-width: 100%;
  height: auto;
}

.grade-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #29235c;
}

.grade-table td {
  text-align: center;
  width: 33.33%;
  border: 1px solid #29235c;
  color: #29235c;
}

.text-justify {
  text-align: justify !important;
}

.visible {
  border: 1px solid #29235c;
  border-radius: 8px !important;
}

.visible td {
  border: 1px solid #29235c;
  border-radius: 8px;
}

.visible h3 {
  color: #29235c;
  text-align: center;
}

.table {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
}
