
.current-season-progress {
  margin: 20px 10px;
}

.current-season-progress .completed {
  color: #5656ff;
}
.current-season-progress .progress {
  color: #dda600;
}
.current-season-progress .recent {
  color: black;
}
.current-season-progress .recent.no {
  display: none;
}

.summary,
.filter-form-dynamic {
  display: inline-block;
  vertical-align: bottom;
}
.filter-form-dynamic {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 10px;
}
.filter-form-dynamic select {
  margin-left: 10px;
  font-size: 16px;
}
@media (min-width: 740px) {
  .summary { width: 69%; }
  .filter-form-dynamic { width: 30%; text-align: right; }
  .filter-form-dynamic select { margin-top: 5px; }
}

#retailer_map_container {
  height: 500px;
  border: solid 1px black;
  margin-top: 20px;
}

/* Google Maps fix */
#retailer_map_container img { max-width: none; }

.filtered-locations-dynamic {
  margin: 20px 0;
}

@media (min-width: 740px) {
  .locations-list {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .locations-list ul {
    padding-right: 1em;
  }
}
