.content h3 {
  margin: 0 0 30px 0;
  padding: 25px 0;
  border-top: solid 3px #c1272d;
  border-bottom: solid 1px #ccc;
  font-size: 1.438rem;
}
.content > p {
  margin-bottom: 30px;
}
.content p {
  margin-top: 20px;
  font-size: .875rem;
  letter-spacing: 0.4px;
  line-height: 1.8;
}
.content table {
  width: 100%;
}
.content table thead tr {
  background-color: #bf272d;
}
.content table thead tr th {
  color: #fff;
  font-size: 1.250rem;
  font-weight: lighter;
  padding: 5px 0;
}
.content table thead tr th:first-child {
  width: 200px;
  border-right: 1px solid #ccc;
}
.content table tbody tr:nth-child(odd) {
  background-color: #f4dfe1;
}
.content table tbody tr:nth-child(even) {
  background-color: #fff;
}
.content table tbody tr td:first-child {
  font-size: 1rem;
  border-right: 1px solid #ccc;
  padding: 0 20px;
}
.content table tbody tr td:nth-child(2) {
  font-size: .875rem;
  padding: 10px;
}
