body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: rgba(243, 244, 193, 1.00);
}
body {
  background-color: rgba(0, 0, 0, 1.00);
  margin-left: 0px;
  margin-top: 0px;
}
a:link {
  color: rgba(0, 170, 255, 1.00);
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: rgba(0, 170, 255, 1.00);
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: rgba(255, 0, 0, 1.00);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: rgba(255, 0, 0, 1.00);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.gmap-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.gmap-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.responsive-container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}