h1 {color: #00693F;
}
h2 {color: #00693F;
     padding: 0px;
     margin: 0px 10px 0px 16px;
}
h3{
    padding: 0px;
    margin: 0px;
}

a {
  color: #966C03;
}
a:hover {color: #b78403;
}

.filterDiv {
  float: left;
  color: #000000;
  width: 400px;
  text-align: left;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.tcontainer {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: 2px solid #00693F;
  outline: none;
  padding: 12px 16px;
  background-color: white;
color: #00693F;
  cursor: pointer;
  transition-duration: 0.4s;
  border-radius: 4px;
  font-size: 16px;
   margin: 4px 2px;
  height: unset;
}

.btn:hover {
  background-color: #00693F;
  color: white;
}

.btn:focus{
  background-color:#00693F;
  color: white;
}

/* style the horizontal line */
hr {
  border-top: 2px solid #966C03;
}


