header .caret {
  display: none;
}

@media screen and (min-width: 768px) {
  #color-tabs {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }

  .zone-filter {
    display: none;
  }

  #modal-content .form-actions {
    z-index: 1000;
  }
}