:root {
  --mainNavColor: #004898;
  --linkColor: #004898;
  --linkHoverColor: #DE6A25;
  --fontColor: #3E3A39;
}

a:hover {
  color: var(--linkHoverColor);
}

section > p, .field-list > dd > p {
  text-indent: 2rem;
}

.field-odd, .field-even {
  margin-left: 2rem !important;
}

section > section {
  margin: 2rem 0 0 !important;
}

.document {
  margin-top: 0 !important;
}

.documentwrapper, .button_nav {
  max-width: 100% !important;
  margin: 0 !important;
}

th, td {
  padding: .5rem, 1rem !important;
}

.footer, #theme_credit {
  color: #C9CACA !important;
}

.footer > a, #theme_credit > a {
  color: #C9CACA;
}

.footer > a:hover, #theme_credit > a:hover {
  color: var(--linkHoverColor);
}

rect.actor {
  fill: #004898 !important;
}

text.actor > tspan {
  fill: white !important;
}

rect.note {
  stroke: #004898 !important;
  fill: #C9CACA !important;
}

span.pre {
  color: #E60000;
}
