body {
  padding: 0;
  margin: 0;
}

body.web {
  font-size: 0px;
}

body.web span.msg {
  display: block;
  height: 24px;
  font-size: 16px;
}

body.web iframe {
  height: calc(100vh - 24px);
  width: 100%;
}

body.java {
  font-size: 0px;
}

body.java header {
  height: 25px;
  text-align: center;
  width: 100%;
  background: #e0e0e0;
  border-bottom: 1px solid #797979;
  -webkit-box-shadow: 0px 0px 5px #797979;
          box-shadow: 0px 0px 5px #797979;
  font-size: 16px;
}

body.java main {
  height: calc(100vh - 26px);
  width: 100%;
}

body.java main iframe {
  height: 100%;
  width: 100%;
}

a {
  color: #0dd;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

a::after {
  content: "\e89e";
  font-family: 'Material Icons';
}

a:hover {
  color: #0ff;
  text-decoration: none;
}
/*# sourceMappingURL=embeds.css.map */