img.channel-img {
  padding-top: 10px;
  padding-bottom: 5px;
  max-width: 256px;
  max-height: 256px;
}

#aia_light_curves {
  float: left;
  width: 75%;
  margin-left: 10%;
}

.channel-select{
  max-width: 100%; /*Prevent select bars from scrunching/overlapping on small displays. */
}

div.channel-select span {
  white-space: nowrap;
  color: #3385FF;
  font-family:sans-serif;
}

div.channel-select span.channel-active {
  color: black;
  text-decoration: underline;
}