h2.txt {
  background-color: #A31E20;
  color: #FDFDFD;
  padding-top: 5px;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 0;
}
div.table {
  display: table;
  width: 100%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}
div.table div.tr {
  display: table-row;
}
div.table div.td {
  display: table-cell;
  border-top: 2px solid #B7B5B0;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.table div.td.first {
  border-top: none;
}
div.table h2 {
  font-size: 20px;
  color: #006BA8;
  margin: 12px 0 0 20px;
  padding: 0;
  line-height: 150%;
}
div.table a.price {
  font-weight: normal;
  width: 90%;
  text-align: center;
  display: block;
  padding: 14px 14px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 30px;
  text-decoration: none;
  border-radius: 6px;
  background: #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #A31E20;
  font-size: 19px;
}
