body {
  background-color: whitesmoke;
}

legend {
  font-weight: bold;
}

fieldset.group  {
  margin: 0;
  padding: 0;
  margin-bottom: 1.25em;
  padding: .125em;
}

fieldset.group legend {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-left: 20px;
  font-size: 100%;
  color: black;
}

.admissions-fields > li {
  margin-top: 20px;
}

ul.original-context-checkboxes  {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style: none;
}

ul.admissions-fields  {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  list-style: none;
}

ul.original-context-checkboxes li input {
  margin-right: .25em;
}

ul.original-context-checkboxes li {
  border: 1px transparent solid;
  display:inline-block;
  width:12em;
  padding-top: 15px;
  padding-bottom: 15px;
}

ul.original-context-checkboxes li label {
  margin-left: 0px;
}

ul.original-context-checkboxes li:hover,
ul.original-context-checkboxes li.focus  {
  background-color: lightyellow;
  border: 1px gray solid;
  width: 12em;
}

.left-wrapper {
  padding-top: 15px;
  margin-left: 5%;
  margin-right: 10%;
  padding-bottom: 30px;
}

.container-center {
  width: 50%;
  margin: 40px auto 0;
}

.child {
  width:100%
}

.bordered-fieldset {
  margin-bottom: 40px;
  padding-bottom: 70px;
}

.left-aligned-section {
  text-align: left;
}

.center-aligned-section {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#lesson-label {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#next-story-button {
  padding: 20px;
}

#high-school-search {
  margin-top: 5px;
}

.dark-background-link {
  color: white; /* THEME CHANGE */
}

.light-background-link {
  color: white;
}

.light-background-link {
  color: black;
}

.login-fieldset {
  margin-top: 15px;
  padding-bottom: 60px;
}

.right-aligned-section {
  text-align: right;
}

.vertical-align-super {
  vertical-align: super;
}

.saved-explore-further-message {
  padding: 30px;
}

input {
  margin-top: 15px;
  margin-left: 5px;
}

.checkbox-text-descriptions {
  margin-top: 0;
  margin-bottom: 0;
}

.errors {
  color: darkred;
  list-style: none;
  padding: 0;
}

#data {
    text-align: left;
}

#data th, td {
  padding-right: 50px;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

table, th, td {
  border: 1px solid gray;
  border-collapse: collapse;
}

.button-to-link {
  background: none!important;
  border: none;
  padding: 0!important;
  /*input has OS specific font-family*/
  color: #069;
  font-size: 100%;
  text-decoration: underline;
  cursor: pointer;
}