div.my_estimate {
  background-color: #eee;
  margin: 0 0 20px 0;
  padding: 10px;
}
div.my_estimate ul {
  width: 90%;
}
div.my_estimate li {
  margin: 0 0 10px 0;
  padding: 0 4px 5px 4px;
  width: 90%;
}
div.my_estimate label {
  display: block;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
div.my_estimate select {
  height: 30px;
  width: 90%;
}
div.my_estimate input {
  color: #2B8136;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  width: 90%;
}
div.my_estimate span.ast {
  font-weight: normal;
  margin: 0 0 0 4px;
}
