body{
  min-width: 1200px;
  background-color: #fff;
}
.margin-t-30 {
  margin-top: 15px !important;
}

.text-left {
  text-align: left !important;
}

.quote-table {
  border: 1px solid grey;
  border-collapse: collapse;
  border-spacing: none;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.quote-table th {
  background-color: #333;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
}
.quote-table td {
  line-height: 32px;
  font-size: 14px;
}
.quote-table th,
.quote-table td {
  border: 1px solid grey;
  text-align: center;
}
.quote-table th.price,
.quote-table td.price {
  color: #F80400;
  font-size: 22px;
}
.quote-table th.price span,
.quote-table td.price span {
  color: #000;
  font-size: 14px;
}
.quote-table th span.dk,
.quote-table td span.dk {
  color: #F80400;
}
.quote-table .last-info td {
  text-align: left;
  padding-left: 15px;
  color: #666;
}

.block-title {
  margin-top: 85px;
}
.block-title.block4 p {
  color: #ff7200;
}
