.neo-configuration-panel {
  transition: width 0.5s ease-in-out;
}
.neo-configuration-panel .neo-details-label {
  background-color: #323232;
  color: #ddd;
  font-size: 13px;
  margin: 10px;
  padding: 10px;
  white-space: normal;
}
.neo-configuration-panel .neo-toolbar {
  border: 0;
  border-bottom: 1px solid #3c3f41;
}

.neo-configuration-panel-body {
  overflow-y: scroll;
}

.neo-examples-tab-component {
  background-color: #323232;
}
/*# sourceMappingURL=ConfigurationPanel.css.map */