﻿/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content .quoteStart {
  margin: 0 auto;
}
#content .quoteStart .zipCode {
  text-align: left;  
}
#content .quoteStart .button {
  font-size: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 520px */
@media screen and (max-width: 520px) {
  #content .quoteStart {
    width: 80%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 521px */
@media screen and (min-width: 521px) {
  #content .quoteStart {
    width: 30em;
  }
  #content .quoteStart .zipCode {
    float: left;
    width: 8em;
  }
  #content .quoteStart .button {
    float: left;
    padding: 0.1em 0 0 0.5em;
    width: 14em;
  }
}