.content {
  max-width: 960px;
  margin: 40px auto 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.nav-logo img {
  border-radius: 0.1%;
  max-height: 50px;
}
@media (min-width: 600px) {
  .nav-logo img {
    max-height: 50px;
  }
}

.nav-logo {
  margin-top: 0px;
}

.nav-links a {
  text-decoration: none;
  color: #111;
}

.nav-links a:hover,
.nav-links a:active {
    background-color: #396ea2;
    color: #F5EFFA;
}



.article-title {
  font-size: 26px;
}

.article-content hr {
  width: 80%;
  margin: 25px auto;
  height: 1.4px;
  overflow: hidden;
  border: none;
  background: #e5e5e5;
}


.head2 {
  color: white;
  background-color: #2DACE3;
  font-weight: bold;
  font-size: 12pt;
  font-family: Verdana;
  text-align: left;
  text-indent: 5px;
  border-radius: 5px;
  Margin-top: 0.5%;
  Margin-bottom: 0.5%;
}

.head3 {
  color: #474752;
  background-color: #D9D9DD;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana;
  text-align: left;
  text-indent: 5px;
  border-radius: 5px;
  Margin-bottom: 0.5%;
}

.head4 {
    width: 470px;
    color: #474752;
    background-color: #D9D9DD;
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana;
    text-align: left;
    text-indent: 5px;
    border-radius: 5px;
    Margin-bottom: 0.5%;
}

.head5 {
    width: 470px;
    color: #F5EFFA;
    background-color: #396ea2;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana;
    text-align: left;
    text-indent: 5px;
    border-radius: 5px;
    Margin-bottom: 0.5%;
}

.head6 {
    color: #474752;
    background-color: #D9D9DD;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
    text-indent: 5px;
    border-radius: 5px;
    Margin-bottom: 0.5%;
}


.article-content table a:link,
.article-content table a:visited {
    color: #396ea2;
    font-size: 10pt;
}

.article-content table a:hover,
.article-content table a:active {
    background-color: #396ea2;
    color: #F5EFFA;
}


.article-content a:hover,
.article-content a:focus {
  background: #CBF8DF;
}



.article-content a:hover,
.article-content a:active {
    background-color: #396ea2;
    color: #F5EFFA;
}

.article-content table a {
  text-decoration: underline;
  color: inherit;
  border-bottom: none;
  box-shadow: none;
  background: transparent;
  transition: background 150ms ease;
}



.article-content a {
  text-decoration: underline;
  color: inherit;
  border-bottom: none;
  box-shadow: none;
  background: transparent;
  transition: background 150ms ease;
}

.data-source, .data-period {
  font-size: 10pt;
}


/* Acronyms and similar lists */
/* styling for indexes, i.e. index of acronyms */
.index-links {
  /* margin: 0; */
  padding: 0;
  font-size: 12px;
  list-style: none;
  display: inline;
}

.index-links li {
  display: inline-block;
  margin: 0 0 0 5px;
}

/* separate by comma*/
.index-links li:after {
  content: ", ";
}

.index-links li:first-child {
  margin-left: 0;
}

.index-links li:last-child:after {
    content: "";
}
.index-links a {
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  color: #111;
  padding: 2px 0;
  border-bottom: 1px solid #ddd;

  text-overflow: ellipsis;
  max-width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
}

.index-links a:hover {
  color: #555;
  border-bottom: 1px solid #333;
}

.footer-links {
  color: #888;
}

.header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.disclaimer {
  background: #EAEAEA;
}
.note {
  foreground: red;
  background: #E5E5E5;
  border: dashed;
}
