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

.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.4em;
  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;
}

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

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

a.watchdog-host-status, a.watchdog-host-status:hover {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 3em;
  height: 3em;
  width: 100%;
  margin-bottom: 2px;
}

a.watchdog-host-status-ok {
  background-color: #5fda2c;
}

a.watchdog-host-status-fail {
  background-color: #da5b2c;
}

.runcmd {
  display: block;
  background-color: #f1f1f1;
  color: #333;
  padding: 1em;
  border-radius: 5px;
  line-height: 2em;
}

.segment-tall {
  min-height: 50em;
}
