
/* Overlay Media */

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* Div Bottom */

@media only screen and (min-height: 100px) {
  .div-btm {
    height: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (min-height: 3000px) {
  .div-btm {
    width: 100%;
  }
}

/* Footer  */

@media only screen and (max-width: 700px) {
  .footer {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 3000px) {
  .footer {
    width: 100%;
  }
}

@media only screen and (min-height: 100px) {
  .table {
    height: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (min-height: 3000px) {
  .table {
    width: 100%;
  }
}