* {
  font-family: "Helvetica Neue";
  font-size: medium;
  margin: 0px;
  line-height: 1.2;
}

#menu-bar {
  margin: 0.5in auto 0.25in auto;
  width: 9.5in;
}

#content {
  margin: 0 auto 0.25in auto;
  border: 1px solid #aaa;
  box-shadow: 0.1in 0.1in #ccc;
  height: 11in;
  width: 8.5in;
  padding: 0.5in;
}

#pdf-download {
  border: 1px solid;
  border-radius: 5px;
  color: #0076ba;
  text-decoration: none;
  font-family: "Menlo", monospace;
  font-size: 1em;
  padding: 5px;
}

#pdf-download .feather-file-text {
  width: 1em;
  height: 1em;
  margin-left: 5px;
  margin-right: 5px;
}

#header {
  align-items: last baseline;
  display: flex;
  justify-content: space-between;
}

#header h1 {
  display: inline;
  margin-right: 10px;
  color: black;
  font-size: xx-large;
}

#header h3 {
  display: inline;
  color: #444;
  font-size: 1.2em;
  font-weight: normal;
  margin-right: 5px;
}

#header .feather {
  height: 12px;
}

#header ul {
  list-style-type: none;
  text-align: right;
}

#header #links a {
  color: #0076ba;
  font-family: "Menlo", monospace;
  font-size: small;
}

#body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#body .col-1 {
  /* border: 1px solid orange; */
  width: 55%;
}

#body .col-2 {
  /* border: 1px solid blue; */
  width: 45%;
}

#body h1 {
  color: black;
  font-size: xx-large;
}

#body h2 {
  color: #0076ba;
  font-size: x-large;
  margin-top: 5px;
}

#body h3 {
  color: #222;
  font-size: larger;
}

#body h4 {
  font-family: "Menlo", monospace;
  font-size: small;
  font-weight: normal;
  margin-top: 5px;
}

#body ul {
  margin-top: 5px;
  padding-left: 20px;
}

#body ul li {
  margin-bottom: 2px;
}

#body .feather-external-link {
  width: 12px;
  height: 12px;
  padding-left: 4px;
}

#body .section-item {
  margin-top: 5px;
}

#body .section-item h3 {
  display: inline;
}

#body a {
  color: black;
  text-decoration: none;
}

#body a:hover {
  color: black;
  text-decoration: underline;
}

@media print {
  #page {
    margin: 0;
  }

  #content {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
  }

  .print-hidden {
    display: none;
  }
}