/* On wide screens, put Quantity and Stage beside Certainty and Sex. */
@media only screen and (min-width: 769px) {
  #ctrl-wrap-occAttr-54, #ctrl-wrap-occAttr-93, #ctrl-wrap-occAttr-105, #ctrl-wrap-occAttr-106 {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: 48%;
  }
}

/* Prevent map from running in to other controls. */
#map-container {
  margin-top: 8px
}
#map-footer {
  margin-bottom: 8px
}

/* Always stack habitat controls so they don't jump around as width changes. */
#ctrl-wrap-smpAttr-209 .control-box,
#ctrl-wrap-smpAttr-209 .control-box select{
  display: block;
}
