body {
  padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 25px;
}

table, th, td {
  border: 1px solid black;
  padding: 5px;
}

th {
  font-weight: bold;
  background-color: rgb(245, 245, 245);
}

table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  font-size: 14px;
}

@media print {
  a {
    color: blue !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: none;
  }
}
