main {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #222 !important;
  max-width: 1024px !important;
  margin: 3rem auto !important;
  padding: 0 1.5rem 4rem !important;
}
main h1 { font-size: 26px !important; margin-bottom: 0.25rem !important; }
main h2 { font-size: 18px !important; margin-top: 2.5rem !important; margin-bottom: 0.5rem !important; border-bottom: 1px solid #ccc !important; padding-bottom: 0.25rem !important; }
main h3 { font-size: 15px !important; margin-top: 1.5rem !important; margin-bottom: 0.4rem !important; }
main p { margin: 0 0 0.8rem !important; }
main ul { margin: 0 0 0.8rem !important; padding-left: 1.5rem !important; }
main li { margin-bottom: 0.25rem !important; }
main a { color: #1fc8db !important; }
main .info-box {
  border-left: 3px solid #c90 !important;
  padding: 0.6rem 1rem !important;
  margin: 1rem 0 !important;
  background: #fffbf0 !important;
  font-size: 14px !important;
}
main .optout-note {
  border: 1px solid #ccc !important;
  padding: 0.6rem 1rem !important;
  margin: 0.8rem 0 !important;
  font-size: 14px !important;
  background: #f8f8f8 !important;
}
main .table-wrap {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  margin: 0.8rem 0 1.5rem !important;
}
main table {
  width: 100% !important;
  min-width: 480px !important;
  border-collapse: collapse !important;
  font-size: 13.5px !important;
}
main th {
  text-align: left !important;
  padding: 7px 10px !important;
  background: #f0f0f0 !important;
  border: 1px solid #ccc !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
main td {
  padding: 7px 10px !important;
  border: 1px solid #ddd !important;
  vertical-align: top !important;
}
main td:first-child { font-family: monospace !important; font-size: 12.5px !important; }
main .contact-table td:first-child { font-family: inherit !important; font-weight: bold !important; width: 120px !important; }
@media (max-width: 600px) {
  main { margin: 1.5rem auto !important; }
  main table { font-size: 12px !important; }
}