td.main-menu {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 80%;
}

div.menu-item {
  padding: 6px 0 4px 0;
  text-align: center;
  width: 100%;
  color: rgb(0, 0, 139);
  background-color: white;
  cursor: pointer;
  border-bottom: 1px solid #87CEFA;
}

div.menu-header {
  width: 100%;
  color: white;
  background-color: rgb(0, 0, 139);
  cursor: default;
}

div.menu-item a {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}

div.menu-item:hover {
  background-color: #87CEFA;
}

div.menu-header:hover {
  background-color: rgb(0, 0, 139);
}

table.post-theory-dictation {
  width: 100%;
  border-collapse: collapse;
}

table.post-theory-dictation tr.data {
  background-color: #e3e2e8;
}

table.post-theory-dictation tr.player {
  margin-bottom: 4px;
}

table.post-theory-dictation tr td {
  padding: 4px;
}

table.post-theory-dictation thead tr th {
  padding: 0 4px;
}

div.faq-question {
  cursor: pointer;
  font-weight: normal;
}

div.faq-question br {
  display: none;
}

div.faq-answer {
  margin-top: 16px;
  display: none;
  font-weight: normal;
}

div.faq-menu {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 80%;
  overflow: hidden;
  background-color: white;
}

div.faq-menu a {
  font-family: inherit;
  font-weight: inherit;
  float: left;
  color: rgb(0, 0, 139);
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  /* font-size: 17px; */
}

div.faq-menu a:hover {
  background-color: #87CEFA;
  color: black;
}

div.faq-menu br {
  display: none;
}

button.dropdown-button {
  background-color: white;
  color: #000099;
  padding: 8px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-bottom: 16px;
}

button.dropdown-button img {
  height: 8px;
  margin: 0 8px;
}

button.dropdown-button:hover, button.dropdown-button:focus {
  background-color: gray;
  color: white;
}

div#student-search-dropdown {
  font-family: helvetica, arial, sans-serif;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: -16px;
  max-height: 400px;
  overflow-y: scroll;
}

div#student-search-dropdown:focus {
  outline: 3px solid #ddd;
}

div.dropdown {
  position: relative;
  display: inline-block;
}

div.dropdown input[type=text] {
  font-size: 110%;
  font-weight: bold;
  height: 135%
  margin: 8px;
  padding: 12px;
  border: #000099 1px solid;
  color: black;
}

div.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  z-index: 1;
}

div.dropdown-content a {
  font-family: inherit;
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

div.dropdown-content a:hover {
  background-color: #f1f1f1
}

div.show {
  display: block;
}
