html {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

table.striped {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ababab;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  min-width: 50%;
}

table.striped thead th,
table.striped tfoot th {
  font-weight: bold;
}

table.striped th,
table.striped td {
  padding: 10px;
}

table.striped th {
  background-color: #002b5a;
  color: whitesmoke;
  letter-spacing: 2px;
}

table.striped td {
  letter-spacing: 1px;
  vertical-align: top;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

table.striped tbody td {
  text-align: left;
}

table.striped tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.striped tbody tr:nth-child(even) {
  background-color: #e7e7e7;
}

pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #002b5a;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
}

pre.wrapped {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

div.centered {
  text-align: center;
  margin-bottom: 30px;
}

img.inline-img {
  width: 60%;
}

img.page-wide-img {
  width: 50%;
}

img.text-icon {
  width: 14px;
}

div.bottom-page-nav {
  border-left: 3px solid #002b5a;
  font-size: 16px;
  line-height: 75%;
  background-color: #eeeeee;
  padding: 1em 1.5em;
  margin-top: 40px;
}

div.bottom-page-nav p {
  line-height: 60%;
}

h1, h2, h3, h4, h5, h6 {
  color: #002b5a;
}
