.neo-fieldset {
  background-color: #2b2b2b;
  border: 1px solid #424242;
}
.neo-fieldset.neo-collapsed {
  background-color: inherit;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 0 0 0 0.75em;
}
.neo-fieldset.neo-collapsed .neo-legend .neo-legend-icon {
  font-weight: 300;
}
.neo-fieldset.neo-collapsible .neo-legend {
  cursor: pointer;
}
.neo-fieldset .neo-legend {
  color: #bbb;
  cursor: default;
  font-weight: 500;
  padding-right: 0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.neo-fieldset .neo-legend .neo-legend-icon {
  color: #64B5F6;
  font-weight: 600;
  margin-left: 0.1em;
  margin-right: 0.3em;
}
/*# sourceMappingURL=Fieldset.css.map */