.ToggleableOptionForm {
  position: relative;
  color: $grey-dark;
  font-size: 100%;
  line-height: 1.5em;
  font-family: 'Lato', 'Helvetica Nueue', 'Helvetica', 'Arial';
}

.ToggleableOptionForm--loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 30px;
  background: white;
  z-index: 2;
  opacity: 0.8;
  color: $grey-lighter;
  font-size: 24px;
  text-align: center;
  line-height: 100%;
}
