input[readonly] {
  color: #000000 !important;
  font-weight: bold;
  background-color: #f4f4f4;
  cursor: default;
}

.form-item-estimated-cost input,
.form-item-vat-amount input,
.form-item-total-cost input,
.form-item-price-breakdown input {
  color: #000000 !important;
  font-weight: bold;
}

.form-item-total-cost input {
  font-size: 1.2em;
}

.form-item-price-breakdown input {
  font-weight: normal !important;
  font-style: italic;
}