#post-sale-quote .post-sale-quote-button {
  border-color: #e90029;
  background: transparent;
  color: #e90029;
}
#post-sale-quote .post-sale-quote-button:hover {
  background-color: #740014;
  border-color: #740014;
  color: white;
}
.post-sale-quote-button {
  padding: 8px 20px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #e90029;
  background: #e90029;
  color: white;
  text-decoration: none;
  min-width: 130px;
  display: inline-block;
  margin-bottom: 10px;
}
#post-sale-quote {
  text-align: center;
}
