/* Box sizing */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
  background-color: #000;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  overflow: hidden;
}

.headerbar > .ident {
	float: left;
	color: #999;
	padding: 2px 0 2px 4px;
}

.headerbar > .ident > .title {
  font-weight: bold;
  color: #fff;
}

.headerbar > .ident > a {
  color: #C9565D;
}

.headerbar > .navback {
	float: left;
	padding: 2px 24px 0;
}

.headerbar > .navback a, .headerbar > .navback a:visited {
	color: #999;
}

.headerbar > .vote {
	float: right;
	border: 0;
  color: white;
  padding: 2px 4px 0 0;
  text-align: right;
}

.headerbar > .vote input {
	background-color: #333;
	color: #fff;
	border: 1px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}

.headerbar > .vote input:hover {
  background-color: #666;
}

.eosTopBody {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.eosIframe {
  flex: 1;
  border: 0;
}

.eosPreloaderOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
}

.eosPreloaderOverlay div {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.eosPreloaderOverlay p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -160px;
  padding: 20px 0 0 165px;
  height: 65px;
  width: 350px;
  background-color: #000;
  background-image: url(eos_throbber.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 2;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media all and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

@media all and (max-width: 600px) {
  html {
    font-size: 70%;
  }
}
