@charset "UTF-8";

body, div, h1, h2, h3, span, p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

html {
  height: 100%;
  background-color: #000;
}

body {
  height: 100%;
  margin: 0px;
  background: #000;
  font-size: 10pt;
  color: #fff;
  overflow: hidden; /* disable scrollbars */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}

/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
  background-color: rgba(0,0,0,0.5);
  width: 0.75em;
  height: 0.75em;
}
::-webkit-scrollbar-thumb {
  background-color:  rgba(255,255,255,0.5);
}

.ggskin {
  font-size: 10pt !important;
}

.ggskin_svg:hover img {
  margin-left: -4.5%;
  margin-top: -4.5%;
  width: 109% !important;
  height: auto !important;
}

.close-360 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #ffffff;
  z-index: 999999;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

.container-360 {
  max-width: 1000px;
  max-height: 750px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}

.hack-ios {
  width: 1px !important;
  height: 1px !important;
}

.smaller-font .ggskin {
  font-size: 9pt !important;
}
