h1 {
  color: #005239;
}
h2 {
  color: #005239;
  padding: 0px;
  margin: 0px 10px 0px 16px;
}
h3 {
  padding: 0px;
  margin: 0px;
}
.pagenav {
  color: #005239;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
}
a {
  color: #966C03;
  text-decoration: none;
}
a:hover {
  color: #b78403;
  text-decoration: underline;
}
.dropbtn {
  background-color: white;
  color: #005239;
  padding: 16px;
  font-size: 16px;
  border: 2px solid #00693F;
  cursor: pointer;
  min-width: 350px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #005239;
  color: white;
}
.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1; /* gray */
  min-width: 350px;
  width: auto;
  max-width: 100vw;
  box-sizing: border-box;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  color: #000;
}
.dropdown-content .btn {
  color: #000 !important;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  margin: 8px 12px;
  padding: 16px 20px;
  border-radius: 6px;
  cursor: pointer;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  box-sizing: border-box;
}
.dropdown-content .btn:hover,
.dropdown-content .btn:target {
  background-color: #ffc733; /* yellow on hover */
  color: #005239;
}
.filterDiv {
  float: left;
  color: #000000;
  width: 400px;
  text-align: left;
  margin: 2px;
  display: none;
}
.show {
  display: block;
}
.tcontainer {
  margin-top: 20px;
  overflow: hidden;
}
#datahelp {
  width: auto;
  overflow: auto;
}