@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
:root {
  --main-color: #003457;
  }

  * {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: 400;
  text-size: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Disable selection/copy in UIWebView */
  -webkit-text-size-adjust: 100%;
}

.bottom_nav {
  text-align: center;
  padding-top: 10px;
}

.bottom_copyright {
  font-size: 0.8em;
  text-align: right;
}

a.anchor {
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
}

.readingImg {
  padding-top: 10px;
  width: 100%;
}

.vertAlignImg {
  vertical-align: middle;
}

.iconList {
    display: block;
    height: 32px;
    line-height: 32px;
}

a.list_link {
  padding-top: 10px;
  display: inline-block;
}

body {
  padding-left: 10px;
  padding-right: 10px;
}

h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
  color: #383838;
}

h1 {
  font-weight: 400;
  font-size: 1.7em;
}

h2 {
  font-weight: 400;
  font-size: 1.3em;
}

h3 {
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 10px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

:link {
  color: var(--main-color);
  text-decoration: none;
}

:visited {
  color: var(--main-color);
}

ul {
  list-style-position: inside;
  padding-left: 0px;
}

li {
  padding-bottom: 5px;
  style: 'list-style-type:disc';
}

p {
  color: #383838;
}

p.page_header {
  font-size: 1.5em;
  font-weight: : normal;
}

table {
  border-collapse: collapse;
  padding-bottom: 2px;
  margin-top: 10px;
}

th, td {
  padding-right: 15px;
  text-align: left;
}

th {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

td {
  padding-top: 3px;
  padding-bottom: 3px;
}

td.first_col {
  text-align: center;
}

tr:nth-child(even) {
  background: #F8F8F8;
}

span.nobr {
  white-space: nowrap;
}
