/* price.css */

.malus,
.bonus {
  margin: 10px;
} 

.malus td,
.bonus td {
  padding: 10px;
  border: 1px solid black;
}

.malus .header,
.bonus .header {
 background: #761113;
  color: white;
}

.malus .one,
.bonus .one {
 background: #dddddd;
}

.malus .two,
.bonus .two {
 background: #c7c6c6;
}

.simulation {
  padding-left: 150px;
}