.content-block table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 25px;
  border: 1px solid #d5d5d5;
  text-align: left;
  background: #fff;
}

.content-block table th {
  border: 1px solid #ca3537;
  line-height: 30px;
  padding: 6px 10px;
  background: #ca3537;
  color: #fff;
}

.content-block table th p {
  color: #fff;
  line-height: 30px;
  font-weight: normal;
  font-size: 13px;
  padding: 4px 20px;
}

.content-block table td {
  border: 1px solid #d5d5d5;
  padding: 11px 10px 11px 10px;
}

.content-block table p,
.content-block table h1,
.content-block table h2,
.content-block table h3,
.content-block table h4 {
  background-color: inherit;
  box-shadow: inherit;
}
