.child_note {
  display: inline-block;
  background-color: #fff2cc;
  color: #d41818;
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
}

#price th {
  width: 80px;
  color: #FFCB4F;
  font-weight: normal;
}
#price th:nth-child(2) {
  width: 140px;
}
#price th span {
  display: block;
  font-size: 11px;
}

.fake_table {
  display: table;
}
.fake_tr {
  display: table-row;
}
.fake_th {
  display: table-cell;
  padding-right: 15px;
}
.fake_td {
  display: table-cell;
}