body {
  font-size: 15px;
}

header .version {
  position: fixed;
  z-index: 900;
  top: 64px;
  width: 100%;
  border: 0;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
}
header .version .btn-close {
  width: 0.5em;
  height: 0.5em;
  padding: 0.5rem 0.5rem;
}
header .alert.development-version {
  background-color: coral;
  color: white;
}
header .alert.test-version {
  background-color: dodgerblue;
  color: white;
}
header .alert.demo-version {
  background-color: darkgreen;
  color: white;
}

/*# sourceMappingURL=layout.css.map */
