@charset "utf-8";
.list-parentheses {
  list-style-type: none;
  padding: 0 0 0 2em;
}
.list-parentheses > li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  margin-bottom: 10px;
}
.list-parentheses > li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
.list-alphabet {
  list-style-type: lower-latin;
  padding: 0 0 0 2em;
}
.list-alphabet > li {
  margin-bottom: 5px;
}
.list-circle{
  list-style-type: circle;
  padding: 0 0 0 2em;
}
.list-circle > li{
  margin-bottom: 5px;
}
.define-circle {
  padding: 0 0 0 2em;
}
.define-circle__term {
  display: list-item;
  list-style-type: circle!important;
  font-weight: normal;
}
.define-circle__description {
  margin-bottom: 5px;
  padding: 0 0 0 1.5em;
}
.list-decimal{
  list-style-type: decimal;
  padding: 0 0 0 2em;
}
.list-decimal > li{
  margin-bottom: 5px;
}
.list-circled-decimal {
  margin-bottom: 5px;
  padding: 0 0 0 1em;
  list-style-type: none;
  text-indent: -1em;
}
/*.list-circled-decimal {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.list-circled-decimal > li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.list-circled-decimal > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border:1px solid #333;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}*/
.list-disc {
  list-style-type: disc;
  padding: 0 0 0 1em;
}
.list-disc > li {
  margin-bottom: 5px;
}
.list-disc > li .link,
.list-parentheses > li .link{
  text-decoration: underline;
}
.list-markless {
  list-style-type: none;
  padding: 0 0 0 1em;
}
.list-markless > li {
  margin-bottom: 5px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.align-middle{
  vertical-align: middle!important;
}
.mt-1{
  margin-top: 1em;
}
.mb-0{
  margin-bottom: 0px;
}
.table a {
  text-decoration: underline;
}
.customer-service  {
  margin-bottom: 0;
}
.customer-service > dt {
  font-weight: bold;
}
.customer-service > dd {
  line-height: 150%;
  padding-left: 1em;
}
.notes {
  color: #666;
  font-size: 0.875em;
  padding-left: 1em;
  text-indent: -1em;
}
.revision-history{
  font-size: 0.938em;
  list-style-type: none;
  text-align: right;
}