html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #d1e7ff;
  color: #fff;
}
html,
body,
canvas {
  touch-action: none;
  touch-action-delay: none;
}
#notSupportedWrap {
  margin: 2em auto 1em;
  width: 75%;
  max-width: 45em;
  border: 2px solid #aaa;
  border-radius: 1em;
  padding: 2em;
  background-color: #f0f0f0;
  font-family: segoe ui, Frutiger, frutiger linotype, dejavu sans,
    helvetica neue, Arial, sans-serif;
  color: #000;
}
#notSupportedTitle {
  font-size: 1.8em;
}
.notSupportedMessage {
  font-size: 1.2em;
}
.notSupportedMessage em {
  color: #888;
}
.bbCodeH1 {
  font-size: 2em;
  font-weight: 700;
}
.bbCodeH2 {
  font-size: 1.5em;
  font-weight: 700;
}
.bbCodeH3 {
  font-size: 1.25em;
  font-weight: 700;
}
.bbCodeH4 {
  font-size: 1.1em;
  font-weight: 700;
}
.bbCodeItem::before {
  content: " • ";
}
.c3-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
