@charset "UTF-8";

body, div, h1, h2, h3, span, p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* fullscreen */
html {
  height:100%;
  background-color:#000000;
}
body {
  height:100%;
  margin: 0px;
  overflow:hidden; /* disable scrollbars */
  font-size: 10pt;
  -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;
}
::-webkit-scrollbar-thumb {
    background-color:  rgba(255,255,255,0.5);
}

.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 {
  font-size: 9pt;
}