html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.app-primary-color{
  color: white;
  background-color: #3371E7;
}

    .app-primary-color:hover {
        background-color: #2860d0;
        color: white;
    }

.app-secondary-color{
  color: black;
  background-color: #d4e2fd;
}

.field-validation-error{
    color: red;
}
th{
    align: center;
}
td{
    text-align: center;
}

.infant-toddler-row
{
    background-color: #f0daff;
}

.preschool-row {
    background-color: #e6ffd8;
}

.school-age-row {
    background-color: #c6fffd;
}

.infant-toddler-ex-row {
    background-color: #f0faff;
}