.main_quote {
  max-width: 800px;
}
#quote_table {

}
#quote_calc {
  max-width: 1200px;
  width: 100%;
}
#top_quote_main_center h3 {
  text-decoration: underline;
  color: #008E72;
  }
#top_quote_main_center {
  border: 2px solid #008E72;
  border-radius: 10px;
  margin-bottom: 10px;
  padding:20px;
  min-width: 450px;
}

#top_quote_main_left {
  border: 2px solid #008E72;
  border-radius: 10px;
  margin-bottom: 10px;
  padding:20px;
  float: left;
  width: 50%;
}
#top_quote_main_right {
  border: 2px solid #008E72;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  float: right;
  width: 49%;
}
#top_quote_main_right h6{
  margin-top: 5px;
  margin-bottom: 5px;
}
#top_quote_main_right dl {
font-size: .8em;
text-align: left !important;
line-height: 1.1em;
}

#top_quote_main h3 {
  color: #008E72;
  text-decoration: underline;
}
#bottom_quote {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#bottom_quote_left {
  width: 59%;
  float: left;
  text-align: left;
  padding: 15px;
  padding-top: 25px;
  margin-bottom: 10px;
  border: 1px solid #008D6F;
  border-radius: 5px;
  font-size: 0.9em;
}
#bottom_quote_right {
  width: 40%;
  border: 1px solid #008D6F;
  border-radius: 5px;
  float: left;
  margin-left: 1%;
  padding: 15px;
  padding-top: 25px;
  margin-bottom: 10px;
  text-align: left;

}
#bottom_clear {
  clear: both;
}
.quote_head {
  background-color: #008D6F;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 30px;
  z-index: 1;
  margin-bottom: 10px;
}
.quote_head h2 {
  text-align: center;
  margin: 0;
  color: #fff;
}
.quote_headers {
  background-color: #008D6F;
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 10px;
  z-index: 1;
  margin-bottom: 10px;
}
.quote_headers h4 {
  text-align: left;
  margin: 0;
  color: #fff;
}
#quote p  {
  margin-left: 15px;
}
#quote h4  {
  margin-left: 15px;
}
#quote dt  {
  text-align: left;
  width: 180px;
}
#quote_header {
  width: 100%;
  height: 10px;
  border-bottom: 4px solid #008D6F;
}
#quote_header_left {
  width: 50%;
  padding: 10px;
  float: left;
  margin-bottom: 10px;
}
#quote_header_left dt{
  text-align: left;
}
#quote_header_left select {
  max-width: 80%
}
#quote_header_right {
  width: 49%;
  float: left;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
#quote_data {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 4px solid #008D6F;
  padding-top: 20px;
  padding-left: 10px;
}
#quote_data img {
  display: block;
  margin: 0 auto;
  border: 4 px solid #008D6F;
}
#quote_data_left {
  width: 50%;
  text-align: left;
  float: left;
  padding: 10px;
}
#quote_data_right {
  width: 50%;
  float: left;
  text-align: right;
  padding: 10px;
}
#quote_data_bottom {
  clear: both;
  border-top: 4px solid #008D6F;
}
#quote_vehicle {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#quote_options {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#quote_price {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#quote_conditions {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#quote_footer {
  border-top: 4px solid #008D6F;
  padding-top: 10px;
  clear: both;
}
#button_back {
  width: 50%;
}
#button_next {
  width: 49%;
  float: right;
}
