/* line 4, cust-serv.scss */
section h3 {
  line-height: 37px;
}
/* line 8, cust-serv.scss */
section ul {
  list-style-position: outside;
  margin-left: 12px;
}
/* line 13, cust-serv.scss */
section li {
  color: #58595b;
  list-style-type: disc;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 22, cust-serv.scss */
section ul.questions,
section ul.answers li {
  margin-bottom: 60px;
}
/* line 26, cust-serv.scss */
section table {
  border: 1px solid #002a5c;
  border-collapse: separate;
  margin-bottom: 24px;
}
/* line 33, cust-serv.scss */
section td,
section th {
  padding: 1em;
  vertical-align: top;
}
/* line 38, cust-serv.scss */
section th {
  background-color: #002a5c;
  color: #fff;
}
/* line 43, cust-serv.scss */
section tr.odd {
  background-color: #EFF7FF;
}
/* line 47, cust-serv.scss */
section a {
  font-weight: bold;
  text-decoration: underline;
}
/* line 53, cust-serv.scss */
section a.anchor,
section #primary {
  display: block;
  position: relative;
  top: -175px;
  visibility: hidden;
}
/* line 60, cust-serv.scss */
section .center {
  text-align: center;
}
