.locations-map-lookup {
  margin-left: -10px;
  margin-right: -10px;
}
.locations-map-lookup .zipcode-lookup,
.locations-map-lookup .zipcode-lookup {
  clear: both;
  display: flex;
}
.locations-map-lookup label {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}
.locations-map-lookup label + div {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1;
  display: flex;
}
.locations-map-lookup .zip-code-lookup label {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'prohibition';
  font-size: 110%;
}
.locations-map-lookup .zip-code-lookup input[type="text"] {
  width: 100%;
  margin-right: 5px;
}
.locations-map-lookup .state-lookup label {
  font-weight: normal;
}
