.webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
}

.webgl-content {
  background: #231f20;
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 15px -10px rgba(35, 31, 32, 0.5);
          box-shadow: 0 15px 15px -10px rgba(35, 31, 32, 0.5);
  padding: 8px 16px;
  position: relative;
}
.webgl-content canvas {
  vertical-align: top;
}
.webgl-content .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.webgl-content .logo {
  background: url("progressLogo.png") no-repeat center/contain;
  margin: 0 auto 16px;
  width: 40%;
  max-width: 240px;
}
.webgl-content .logo:after {
  content: "";
  display: block;
  padding-top: 54.17%;
}
.webgl-content .progress {
  border: solid 2px #fff;
  height: 16px;
  margin: auto;
  position: relative;
  width: 40%;
  max-width: 240px;
}
.webgl-content .progress .empty, .webgl-content .progress .full {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.webgl-content .progress .empty {
  right: 0;
}
.webgl-content .progress .full {
  background: #fff;
  left: 0;
}
.webgl-content-header {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.webgl-content-header p {
  margin-bottom: 0.5em;
}
.webgl-content-inner {
  margin-bottom: 8px;
}
.webgl-content-footer {
  text-align: right;
}
.webgl-content-fullscreen {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}