/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
.estimateBOx {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px 80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .estimateBOx {
    padding: 10px;
  }
}
.estimateBOx table {
  width: 100%;
  border: none;
}
.estimateBOx table thead {
  border-bottom: #000 2px solid;
}
.estimateBOx table thead th {
  background: none;
  font-weight: bold;
  border: none;
  padding: 5px 30px;
}
@media screen and (max-width: 767px) {
  .estimateBOx table thead th {
    padding: 5px;
  }
}
.estimateBOx table td {
  padding: 7px 30px;
  border: none;
  border-bottom: #DDD 1px solid;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .estimateBOx table td {
    padding: 5px;
  }
}
.estimateBOx .total {
  text-align: right;
}
.estimateBOx .total strong {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .estimateBOx .total strong {
    font-size: 4.8vw;
  }
}
