body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  /*
font-family: Arial, Helvetica Neue, Helvetica, sans-serif
font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif
 "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "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: #0c2c52;
  border-bottom: 1px solid #0c2c52;
}

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

h2 {
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 22.4px;
  color: #0c2c52;
}
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 #5e9dc8;
}

thead tr {
  color: #0c2c52;
  background-color: #dcf0f7;
}

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

.date-cell {
  width: 100px;
}
