html {
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  color: #bbb;
  background-color: #440044;
  background-color: linear-gradient(#220022, #440044);
}

body {
  margin: 0 auto;
  padding: 0px;
  height: 99%;
  width: 99%;
}

#TBM {
  border: 0px;
  border-style: none;
  padding: 0px;
}

iframe {
  position: absolute;
  border: 2px;
  padding: 0px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 25px;
  border: 2px #ffffff solid;
  /* background-image: url("darkest-black-storms.jpg"); */
  /* background-repeat: no-repeat, repeat; */
  /* background-position: stretch; */
  /* background-size: 960px, auto, contain; */
  /* background-size: 960px, auto; */
  background-color: #0c4400;
  background-color: linear-gradient(#000076, #4e0072);
}

.info {
  top: 1px;
  right: 100;
  width: auto;
  height: auto;
  text-align: right;
  /* font-family: Consolas; */
  font-size: 14px;
  position: absolute;
  float: right;
  border: 1px solid rgb(0, 160, 128);
  background-color: rgb(0, 80, 64);
  color: rgb(128, 255, 255);
  padding: 2px;
  z-index: 999;
  padding: 2px;
  border-radius: 10px;
}

.info2 {
  /* font-family: Consolas; */
  font-size: 12px;
  position: absolute;
  float: none;
  bottom: 2px;
  left: 25%;
  width: 50%;
  height: auto;
  text-align: justify;
  border: 1px solid rgb(110, 99, 0);
  background-color: rgb(56, 52, 0);
  color: rgb(184, 165, 0);
  padding: 2px;
  z-index: 999;
  padding: 2px;
  border-radius: 10px;
}

iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}

#zoomtext {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 20px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
  color: #000;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.about {
  z-index: 999;
  position: absolute;
  float: right;
  top: 32px;
  right: 32px;
}

#myBtn {
  width: 64px;
  height: 64px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}

.infopanel {
  text-align: center;
  height: 384px;
  /*place-self: center;
  */
  /*height: 4rem;
  */
  transition: transform ease-in-out 0.9s;
}

.infopanel:hover {
  /*transform: scale(4) translateX(calc(90% / 2 * -1))    translateY(calc(90% / 1 * -1));
  */
  transform: scale(1.65) translateX(calc(50% / 1.1 * -1));
  z-index: 9999;
  border: 2px solid rgb(128, 128, 128);
  border-radius: 10px;
  background-color: white;
}

.InfoPanelTblDescCell {
  width: auto;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  color: black;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(220, 220, 220);
  border-radius: 10px;
}

.ClickInfo {
  font-family: "comic sans ms";
  font-size: 14px;
  color: rgb(181, 181, 181);
  stroke: #000;
  stroke-width: 4px;
}