* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  text-align: center;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 120%;
}
b {
  font-weight: bold;
}
button {
  -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
  -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
  box-shadow: inset 0px 1px 3px 0px #91b8b3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
  background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
  background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
  background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
  background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
  background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);
  background-color: #768d87;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #566963;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 11px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #2b665e;
}
button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
  background: -moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
  background: -webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
  background: -o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
  background: -ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
  background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87', GradientType=0);
  background-color: #6c7c7c;
}
button:active {
  position: relative;
  top: 1px;
}
html,
body,
div.content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
div.sidebar {
  color: #1e354b;
  position: absolute;
  top: 0px;
  left: 30px;
  width: 350px;
  height: 100%;
  z-index: 1;
}
div.sidebar > img {
  height: 40px;
  margin-top: 30px;
}
div.sidebar h1 {
  margin-top: 20px;
  border-bottom: 2px solid #d35eba;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.sidebar p {
  margin-bottom: 30px;
}
div.sidebar div.widget {
  background-color: #1e354b;
  color: #c7cdd2;
  padding: 20px 10px 30px 10px;
  display: inline-block;
}
div.sidebar div.widget > div {
  opacity: 0;
  transition: opacity 1s;
}
div.sidebar div.widget > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 2px;
}
div.sidebar div.widget > div > div > div.label {
  margin-left: 10px;
}
div.sidebar div.widget > div > div > div.percent {
  margin-left: 10px;
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}
div.sidebar div.widget > div > div > div.bar {
  width: 30px;
  background-color: red;
  transition: height 1s;
}
div.sidebar div.widget > h2 {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
}
div.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.content div.viewport {
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
div.content div.footer {
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding: 15px;
  background-color: #1e354b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  z-index: 1;
}
div.content div.footer div {
  text-align: left;
  font-size: 14px;
  color: #ddd;
}
div.content div.footer div a {
  text-decoration: none;
  font-weight: bold;
  color: #55bbff;
}
div.content div.footer div h1 {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}
div.content div.footer img {
  height: 50px;
}
div.content div.popup {
  position: absolute;
  top: 0px;
  left: 10px;
  max-width: 300px;
  border-width: 1px 27px 27px 24px;
  border-style: solid;
  display: none;
  border-image-slice: 1 27 27 24 fill;
  border-image-width: 1px 27px 27px 24px;
  border-image-repeat: stretch stretch;
  border-image-source: url("popup.svg");
}
div.content div.popup h1 {
  margin-top: 10px;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #ef65bc;
  border-bottom: 1px solid #ef65bc;
}
div.content div.popup ol {
  font-size: 14px;
  color: #323333;
  list-style-type: decimal;
}
div.content div.popup ol li {
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.content div.popup.summary h1,
div.content div.popup.summary ol {
  font-size: 20px;
}
div.content div.popup.summary ol li {
  margin-left: 35px;
}
a.boxclose {
  position: absolute;
  top: -10px;
  right: -40px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  background: #605F61;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
}
.boxclose:before {
  content: "×";
}
@-webkit-keyframes moveUp {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes moveUp {
  0% {
    top: 50%;
  }
  100% {
    top: 25%;
  }
}
div.hit {
  position: absolute;
  -webkit-animation: moveUp 4s;
  animation: moveUp 2s;
  text-shadow: 0px 2px 8px #000000;
  width: 200px;
  top: 50%;
  left: 50%;
  color: #40ff20;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: -100px;
}
