/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: #005F7F;
  padding: 0 16px;
  font-size: 13pt;
  border: none;
}

/* The container "div" - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 6px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #005F7F; color: white;}

/* howdown1 Button */
.howbtn {
  background-color: #fff;
  color: #005F7F;
  padding: 0 16px;
  font-size: 13pt;
  border: none;
}

/* The container "div" - needed to position the howdown1 content */
.howdown {
  position: relative;
  display: inline-block;
}

/* howdown1 Content (Hidden by Default) */
.howdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the howdown1 */
.howdown-content a {
  color: black;
  padding: 6px 6px;
  text-decoration: none;
  display: block;
}

/* Change color of howdown1 links on hover */
.howdown-content:hover {background-color: #ddd;}

/* Show the howdown1 menu on hover */
.howdown:hover .howdown-content {display: block;}

/* Change the background color of the howdown1 button when the howdown1 content is shown */
.howdown:hover .howbtn {background-color: #005F7F; color: white;}

a:link { color: #005F7F; text-decoration:none;}
a:visited { color: #005F7F; text-decoration:none; }
a:visited.hover { color: text-decoration:underline;}
a:hover { color: #005F7F; text-decoration:underline;}
a:active { color: #005F7F; }
}
