.storybook-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #555;
  margin: 20px -20px -20px -20px !important;
}
.storybook-options > * {
  flex: 0 0 25%;
  font-size: 0.85em;
  padding: 7px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}