body {
  font-family: Helvetica Neue, Arial, sans-serif;
}

h1 {
  position: relative;
  font-size: 27px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 29.4px;
  color: #000;
  border-bottom: 1px solid #363636;
}

h1:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -6px;
  border-bottom: 4px solid #ccc;
}

h2 {
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 22.4px;
  color: #000;
}
h3 {
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 18.4px;
  color: #000;
}
h4 {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 15.4px;
  color: #000;
}
p {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

table {
  text-align: left;
  border: 1px solid #363636;
}

thead tr {
  color: #000;
  background-color: #ccc;
}

th,
td {
  padding: 5px 10px;
}

.date-cell {
  width: 100px;
}
