/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
* {
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

.nav__container {
  display: none; }

.container--fixed > p {
  display: none; }

.margin-fix {
  display: none; }

.vertical-middle {
  display: inline-block;
  vertical-align: middle; }

table {
  width: 100%;
  border-spacing: 0; }
  table td {
    width: 33.3%;
    font-size: 14px;
    font-weight: 300;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: none;
    padding: 10px; }
    table td:last-child {
      border-right: 1px solid #e6e6e6; }

.black-table thead th {
  border-top: 1px solid black;
  border-top: 0.1rem solid black;
  border-bottom: 1px solid black;
  border-bottom: 0.1rem solid black;
  border-left: none;
  border-right: none;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px; }

.grey-table thead th {
  border-top: 1px solid #e6e6e6;
  border-top: 0.1rem solid #e6e6e6; }

h1 {
  font-size: 20px;
  font-weight: 500; }

.print-only {
  display: block; }

.page__header {
  display: none; }
