@charset "UTF-8";
.neos {
  color: #fff;
}

.neos-setup-btn {
  background: #00adee;
  width: 100%;
}

.neos-error-details-toggle .neos-error-details-toggle__header {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  display: block;
}
.neos-error-details-toggle .neos-error-details-toggle__header:before {
  content: "▶";
  padding-right: 0.4rem;
  font-size: 11.9px;
}
.neos-error-details-toggle .neos-error-details-toggle__body {
  overflow: hidden;
}
.neos-error-details-toggle.open .neos-error-details-toggle__header:before {
  content: "▼";
}

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