body {
  padding-bottom: 100px;
  color: #222;
  background-color: #1f76b7;
}


.showcard {
  background-color: #fdfdfd !important;
}

.block.header {
  background-color: #fdfdfd !important;
}

.left-aligned {
  text-align: left !important;
}

.right-aligned {
  text-align: right !important;
}

.center-aligned {
  text-align: center !important;
}

.close-link {
  color: #000 !important;
  position: absolute;
  right: 5px;
  top: 5px;
}

.copylink {
  color: yellow !important;
  background-color: #444 !important;
}
.copylink::selection {
  color: #fff !important;
}

.break-word {
  overflow-wrap: break-word !important;
}

.borderless.menu {
  border-radius: 0 !important;
}

.navmenu img {
  max-width: 22px;
}

.centered-column {
  max-width: 350px !important;
}

.page-text {
  margin-top: 0.5em;
  font-size: 1.6em;
  line-height: 1.6em;
  color: #555;
  overflow-wrap: break-word;
}

.readonly-input {
  background-color: #f1f1f1 !important;
}

p {
  font-size: 1.33em !important;
}

.form-filename {
  font-size: 0.9em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large monitor only"]:not(.mobile),
  [class*="widescreen monitor only"]:not(.mobile),
  [class*="or lower hidden"] {
      display: none !important;
  }
}

textarea.code {
  font-family: monospace !important;
}

.device-setup-guide {
  font-size: 1.11em;
}

.warpspeed-menu {
  margin-bottom: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.warpspeed-menu-header {
  font-size: 2em !important;
  padding: 0.5em !important;
  color: #fff !important;
  font-weight: bold !important;
}
    
.warpspeed-menu-subheader {
  font-size: 0.5em;
  margin-left: 5px;
}

.license-term-text {
  font-size: 0.7em;
  opacity: 0.4 !important;
}

.license-strike-through {
  text-decoration: line-through;
  color: orangered;
  opacity: 0.4;
  font-size: 0.7em
}

.license-strike-through-text {
  color: #555;
}
