@charset "UTF-8";
@page {
  margin: 20px;
}
body {
  background: white;
  color: black;
  font-size: 13pt;
}

.main-container:after {
  content: "© ELD Initiative";
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid black;
  display: block;
  width: 100%;
}

.title-background,
.mobile-search-container,
.nav-mobile-search-bar,
.nav-right,
footer {
  display: none;
}

h6 {
  font-size: 13pt;
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  color: black;
}