body {
  background-color: #555;
  margin: 0;
  font-weight: 300;
  counter-reset: page;
}
body,
table {
  font-size: 9pt;
  line-height: 13pt;
  color: #231f20;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
.page {
  width: 210mm;
  height: 297mm;
  background-color: white;
  margin-top: 1cm;
  margin-bottom: 1cm;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 2cm 1.8cm 2cm 1.8cm;
  overflow: hidden;
  counter-increment: page;
  box-sizing: border-box;
  page-break-after: always;
}
.page:not(.cover-page):not(.audit-report) {
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, left bottom, 90% 40px;
  background-size: 100%, 100%, 50px auto;
}
.page:not(.cover-page):not(.audit-report):after {
  position: absolute;
  font-weight: normal;
  bottom: 9px;
  right: 2cm;
  content: counter(page);
  color: #46a2df;
}
.page .see-notes {
  position: absolute;
  left: 1.8cm;
  bottom: 1.5cm;
}
h1,
h2,
h3,
h4 {
  color: #46a2df;
  font-weight: normal;
}
h2 {
  font-size: 20pt;
}
h3 {
  font-size: 10pt;
  margin-bottom: 0;
}
span.h5 {
  font-weight: normal;
  display: inline;
  font-size: 9pt;
}
span.h5:after {
  content: " - ";
  font-weight: 300;
}
p {
  margin-top: 0;
  text-align: justify;
}
.addressee {
  margin: 10pt 0;
  color: black;
  font-weight: bold;
}
.addressee p {
  margin-bottom: 0;
}
.question {
  font-style: italic;
}
.answer {
  font-weight: bold;
}
.page.contents {
  padding: 9cm 2cm 0 7cm;
}
.page.contents h2 {
  font-weight: normal;
  font-size: 22pt;
  margin-bottom: 1.2cm;
}
.page.contents table {
  width: 100%;
  font-size: 12pt;
  border-collapse: collapse;
  font-weight: 300;
}
.page.contents table td {
  border-bottom: solid 1px #46a2df;
  padding: 6px 0;
}
.page.contents table td:last-child {
  text-align: right;
}
p.period-subtitle {
  font-size: 11pt;
  color: #666666;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /*Chrome, Safari */
    print-color-adjust: exact !important;
    /*Firefox*/
  }
  @page {
    margin: 0;
  }
  .page {
    margin: 0;
    width: 210mm;
    height: 297mm;
  }
}
.ee20 dfn {
  display: none;
}
span.ee20[title]:before {
  content: attr(title);
}
img {
  max-width: 100%;
  max-height: 100%;
}
table.accounts {
  width: 100%;
  border-collapse: collapse;
  font-weight: 300;
}
table.accounts thead th {
  border-bottom: solid 3px #bdbdbc;
  color: #46a2df;
}
table.accounts td,
table.accounts th {
  padding: 2px 8px;
  box-sizing: border-box;
  height: 21px;
}
table.accounts td.current,
table.accounts th.current {
  background-color: #e9e9e9;
}
table.accounts th.figure {
  text-align: right;
}
table.accounts td.figure {
  text-align: right;
}
table.accounts tr.title td.label {
  font-weight: bold;
  color: #666666;
}
table.accounts tr.section-title td.label {
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}
table.accounts tr.movement td.label {
  text-transform: uppercase;
}
table.accounts tr.grand-total td {
  /*border-top: solid 3px #bdbdbc; */
  border-bottom: solid 3px #bdbdbc;
  font-weight: bold;
  color: #666666;
}
table.accounts tr.underline td {
  border-bottom: solid 1px #bdbdbc;
}
table.accounts tr.indent td:first-child {
  padding-left: 0.5cm;
}
table.accounts tr.indent-2 td:first-child {
  padding-left: 1cm;
}
table.accounts tr.indent-3 td:first-child {
  padding-left: 1.5cm;
}
table.accounts tr.indent-4 td:first-child {
  padding-left: 2cm;
}
table.accounts tr.indent-5 td:first-child {
  padding-left: 2.5cm;
}
table.accounts tr.italic td {
  font-style: italic;
}
table.accounts tr.gap td {
  height: 26px;
  vertical-align: bottom;
}
table.accounts tr.double-height td {
  height: 40px;
  vertical-align: top;
}
table.accounts tr.gap.double-height td {
  height: 55px;
  vertical-align: middle;
}
table.accounts tr.currency td.figure:before {
  content: "$";
}
table.accounts tr.percent td.figure:after {
  content: "%";
}
