.container {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.page-wrapper {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.page-wrapper h1, .page-wrapper h2, .page-wrapper h3, .page-wrapper h4, .page-wrapper h5, .page-wrapper h6 {
  color: #727272;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
  line-height: 125%;
}
.page-wrapper h1 {
  font-size: 20px;
}
.page-wrapper a {
  color: #03A6D0;
}

p {
  margin-bottom: 18px;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
ul.bulleted-list li {
  position: relative;
  background: none;
}
ul.bulleted-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  z-index: 5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}
ul li {
  margin-bottom: 6px;
  padding-left: 12px;
  background: url(../img/list-bullet-gray.svg) left top 3px no-repeat;
}

ol {
  margin: 0 0 18px;
  padding: 0 0 0 30px;
  color: #333;
}
ol li {
  background: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}

hr {
  margin: 20px 0;
  padding: 0;
  border: none;
  height: 1px;
  background-color: #999;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
}

table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
}
table:last-child {
  margin: 0;
}
table.bottom-borders th, table.bottom-borders td {
  border-bottom: 1px solid #999;
}
table.alt-rows tr:nth-child(odd):not(:first-child) td {
  background-color: rgba(238, 238, 238, 0.3);
}
table th, table td {
  padding: 8px 10px;
}
table th {
  font-weight: bold;
  background-color: #eee;
}
table td {
  text-align: center;
}