/* faq.css */

#EstimationBox .Title {
  padding-left: 27px;
  line-height: 40px;
  font-size: 15px;
  color: #534F4E;
  text-transform: uppercase;
}

#EstimationBox p {
  padding: 10px;
  font-size: 12px;
  color: #414244;
}

#EstimationBox table {
  margin: auto;
}

#EstimationBox ul {
  padding-left: 30px;
  font-size: 12px;
  color: #414244;
}

#EstimationBox .warning {
  color: #982727;
}

#EstimationBox .promo {
  text-align: center;
  border: 1px solid #534F4E;
  margin: 20px;
}

#EstimationBox .promo a {
  text-decoration: none;
  color: black;
}



