/* #WildGate snippet for QR Code *********************/
#qrcode {
  position: absolute;
  z-index:1;
  width: 162px;
  height: 162px;
  top: 720px;
  left: 1695px;
  overflow: hidden;
  border: 4px solid white;
}
/* # end of WildGate snippet ********************/

#map {
  background-color: #181818;
  z-index:1000;
  position: relative;
  top: 0px;
  width: 1900px;   /* was 100% set at 960 by WildGate  *********************/
  height: 920px;  /* was 100% set at 600 by WildGate  *********************/
  overflow: hidden;
  border: 0;
  margin: 0 0;
}
