.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

table {
  border-collapse: collapse;
  margin: 0 0 20px;
}

table td {
  padding: 2px 5px;
  vertical-align: top;
}

table p {
  margin: 0 !important;
}

table.contenttable-1 {
  width: 100%;
}

table.contenttable-1 td {
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
  vertical-align: middle;
}

table.contenttable-1 td:nth-child(even) {
  background: #e6f0f5;
}

table.contenttable-1 tr:first-child td {
  color: #006198;
  font-weight: bold;
}

table.contenttable-1 td:first-child {
  color: #006198;
}

table.contenttable-1 tr:last-child td {
  border: 0;
}

ul.arrowlist {
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
  list-style-type: none;
}

ul.arrowlist li:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url(../img/list-style.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 7px;
  margin-left: -13px;
}