body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  background-color: #aaa;
  text-align: justify;
}

header * {
  font-size: 18px;
}

.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.btn {
  background: #0ac6fc;
  border-color: #0ac6fc;
  border-radius: 14px;
  color: #ffffff;
  padding: 8px 25px 10px;
  border: 1px solid;
}

table,
td {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tablelist {
  padding: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.whitebox {
  background-repeat: repeat;
  padding: 20px;
  margin: 10px;
  border: 1px solid #eee;
}

.TopNav {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
  border-bottom: 1px solid #333;
  padding: 10px 0 8px 0;
  min-width: 600px;
}

.TopMenu {
  position: relative;
  float: right;
  padding-top: 5px;
  padding-right: 15px;
}

.Background {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0px;
  width: 100%;
  min-width: 595px;
  min-height: 550px;
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
  background-color: #fff;
  border-bottom: 1px solid black;
}

.content {
  position: relative;
  min-height: 560px;
  z-index: 8;
  left: 0px;
  padding: 0 0px 0px 154px;
}

.menu {
  background-image: url(images/transparent_bg.png);
  background-repeat: repeat;
  position: absolute;
  z-index: 14;
  top: 51px;
  width: 150px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.ContactInfoMenu {
  background-image: url(images/transparent_bg.png);
  background-repeat: repeat;
  position: absolute;
  z-index: 14;
  padding: 7px;
  left: 2px;
  top: 450px;
  font-size: 0.85em;
}

.ContactInfoMenu2 {
  background: #eee;
  position: absolute;
  font-size: 0.75em;
  z-index: 14;
  bottom: -17px;
  text-align: center;
  padding: 2px 0px 2px 0px;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.link {
  font-weight: bold;
  font-size: 1.1em;
  color: black;
  text-decoration: none;
  padding: 4px 10px 4px 3px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.link:hover {
  background-color: #1976d2;
  color: white;
}

.link_sel {
  font-weight: bold;
  font-size: 1.1em;
  background-color: #1976d2;
  color: white;
  text-decoration: none;
  padding: 7px 10px 5px 3px;
  text-align: left;
}

.link a {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}

.link_sel a {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}

#results {
  display: flex;
  justify-content: center;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

header .nav-link,
footer .nav-link {
  color: white;
  margin-left: 1rem;
  margin-right: 1rem;
}
