#station-form {
  white-space: nowrap;
}
#station-form .form-control {
  max-width: 200px;
}
#channel-input option:disabled {
  display: none;
}
#waveform-plots > div {
  border: 2px solid #999999;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 8px;
  padding: 6px;
  position: relative;
}
#waveform-plots .label {
  vertical-align: top;
}
#waveform-plots .label-danger {
  margin-left: 24px;
}
#waveform-plots .spinner {
  margin-left: 32px;
}
#station-detail dl {
  font-size: 16px;
}
#station-detail dt {
  float: left;
}
#station-detail dd {
  margin-left: 6em;
}
.show-spinner img.plot {
  display: none;
}
