body {
  font-family: sans-serif; }

/* Vissually indicate focused links */
a:focus {
  outline: 3px solid blue;
  outline-offset: 2px; }

/* Footnotes definition list */
dt {
  margin-bottom: 1rem;
  padding: 0;
  width: 30px;
  float: left; }

dd {
  margin-bottom: 1rem; }

/* Highlight the target footnote*/
dl :target {
  background: yellow; }

.sub1 {
  padding-left: 1.5rem !important; }

.sub2 {
  padding-left: 3rem !important; }

.sub3 {
  padding-left: 4.5rem !important; }

.sub4 {
  padding-left: 6rem !important; }

.sub5 {
  padding-left: 7.5rem !important; }

.sub6 {
  padding-left: 9rem !important; }

.sub7 {
  padding-left: 10.5rem !important; }

.sub8 {
  padding-left: 12rem !important; }

.sub9 {
  padding-left: 13.5rem !important; }

/* Table styles */
table, th, td {
  border: 1px solid black;
  border-collapse: collapse; }

thead th, tbody th, thead td, tbody td {
  padding: 5px; }

tbody th, tbody td {
  white-space: nowrap; }

tbody th {
  text-align: left; }

tbody th:not([scope*="colgroup"]) {
  /*            padding-left: 30px;*/ }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* Utility class for hidding screen reader only content */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
