table td {
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px; }

table, th, td {
  border: 1px solid black;
  border-collapse: collapse; }

pre, code {
  font-family: monospace, monospace; }

pre {
  overflow: auto; }

pre > code {
  display: block;
  background-color: #eee;
  padding: 1rem;
  word-wrap: normal; }

footer {
  text-decoration-line: overline;
  text-decoration-style: solid; }

html {
  font-family: 'Nunito Sans', sans-serif;
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0; }

body header {
  background-color: #f1f1f1;
  margin-bottom: 20px; }
  body header ul {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      body header ul {
        display: flex;
        flex-direction: row; } }
  body header li {
    list-style-type: none; }
  body header .header-title p {
    margin: 2px; }
    body header .header-title p a {
      color: #161616;
      text-decoration: none; }
  body header .header-title p:first-child {
    font-size: 22px; }
    body header .header-title p:first-child:hover {
      text-decoration: underline; }
  body header .header-logo a {
    display: block;
    background-image: url("../images/SAFR_color_no_tagline.svg");
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 110px;
    height: 75px; }

body .container {
  max-width: 800px;
  margin: 0 auto; }

nav {
  font-size: 15px; }

img {
  max-width: 100%; }

h1 {
  color: #68A000;
  font-weight: 300;
  margin-top: 40px; }

h2, h3, h4 {
  font-weight: 400;
  padding-top: 20px; }

a {
  color: #68A000; }

table, th, td {
  border: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1.25em; }

table td, table th {
  padding: 8px; }

table tr:nth-child(even) {
  background-color: #f1f1f170; }

.header th {
  background-color: #f1f1f1; }

pre > code {
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.25em;
  padding: 40px; }

footer {
  text-decoration-line: none;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px; }
  footer p {
    font-style: italic;
    font-size: 15px; }

.toc .pageSection ul {
  list-style: none;
  padding-left: 1; }

.toc .pageSection ul li ul li {
  margin: 1px;
  padding: 15px;
  background-color: #f1f1f1; }

.toc .pageSection .parentDir li {
  margin: 1px;
  padding: 5px; }

.toc .pageSection .collapsible:hover {
  background-color: transparent;
  text-decoration: underline; }

.toc .pageSection .collapsible:after {
  background-color: transparent; }

.toc .pageSection .collapsible > a {
  color: #161616;
  background-color: transparent;
  text-decoration: none; }

.toc .pageSection .item .toggle-btn {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 20px; }

.toc .pageSection .item .toggle-btn:before {
  content: url("../images/plus.svg");
  color: black;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 5px;
  width: 22px;
  height: 22px; }

.toc .pageSection .item.active .toggle-btn:before {
  content: url("../images/minus.svg");
  background-color: transparent; }

.toc .pageSection .item .parentDir {
  padding: 0 6px;
  margin-left: 20px;
  height: 0;
  overflow: hidden;
  background-color: #f1f1f1; }

.toc .pageSection .item.active .parentDir {
  padding: 0 25px;
  height: auto;
  overflow: visible; }
