#stateCheck {
  display: flex; }
  #stateCheck #stateInput {
    flex: 1;
    margin-bottom: 0px; }
  #stateCheck #stateSubmit {
    padding: 0px 25px; }

#stateResult {
  margin-top: 12px;
  text-align: center;
  color: #d12328; }
