<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">fieldset {
  margin: 0;
}

input[type=checkbox], input[type=file], input[type=radio], select {
  margin: 0 !important;
}

fieldset ul {
  margin: 0;
  padding: 0;
}

fieldset ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

legend {
  white-space: nowrap;
}

#enrollabc {
  height: 780px;
  overflow: auto;
  width: 100%;
}

#table {
  text-align: center;
}

#demographic ul li {
  width: 24%;
}

#chart_menu {
  display: block;
  height: 32px;
  background-color: #0a4838;
  clear: both;
  color: #fff;
  font-weight: bold;
}

#chart_menu ul {
  list-style: none;
  position: relative;
  background-color: #0a4838;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#chart_menu ul span,
#chart_menu ul label,
#chart_menu ul a {
  display: block;
  padding: 5px 7px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem !important;
}

#chart_menu ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#chart_menu ul li span:hover,
#chart_menu ul li label:hover,
#chart_menu ul li a:hover {
  color: #ffce00;
  text-decoration: underline;
}

#chart_menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
}

#chart_menu ul ul li {
  float: none;

}

#profile ul li {
  width: 350px !important;
}
#term ul li {
  width: 125px;
}
#years ul li {
  width: 125px;
}
#demographics ul li {
  width: 300px;
}

#colleges ul li {
  width: 400px;
}

#chart_menu ul ul span,
#chart_menu ul ul label,
#chart_menu ul ul a {
  line-height: 1.2rem;
  padding: 5px 7px;
}

#chart_menu ul li:hover &gt; ul {
  display: block;
}

#chart_menu ul ul ul {
  top: 0;
  left: 100%;
}

#colleges {
  display: none;
}
</pre></body></html>