.addon-pptable__body tr td {
  text-align: center;
}

.addon-pptable__body tr td:first-child {
  text-align: left;
}

.addon-pptable__dropdown__nav {
  background: #d2ebfb;
  border-top: 2px solid #bcbcbc;
  padding: 20px 22px;
  margin-bottom: 0;
}

.addon-pptable__dropdown__nav .control.pptable-tabs {
  background: #fff;
  font-weight: 700;
}

.table-document-link {
  display: block;
  white-space: pre-wrap;
  max-width: 375px;
}

.efektiv-fundcodes-name {
  white-space: pre-wrap !important;
  max-width: 270px;
}

@media (max-width: 1200px) {
  table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child::before {
    position: absolute;
    float: none;
    top: 17px;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td a {
    margin-left: 20px;
    display: inline-block;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td.efektiv-fundcodes-name {
    padding-left: 20px;
    color: #000;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr.child {
    background: #f5f5f5;
  }
  #year-select {
    margin-bottom: 2px;
  }
}
@media (max-width: 540px) {
  .addon-pptable__tabs__nav {
    display: none;
  }
  .addon-pptable__dropdown__nav {
    display: block;
  }
}
.distributions-download {
  float: right;
  margin-top: 5px;
}

.distributions-download a i {
  margin-left: 10px;
}

.footnotes {
  margin-top: 20px;
  display: block;
}

/* Superscripts */
.superscript {
  position: relative;
}

.superscript-1::after {
  content: "1";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-2::after {
  content: "2";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-3::after {
  content: "3";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-4::after {
  content: "4";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-5::after {
  content: "5";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-6::after {
  content: "6";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-7::after {
  content: "7";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-8::after {
  content: "8";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}

.superscript-9::after {
  content: "9";
  display: block;
  position: absolute;
  right: -9px;
  top: -6px;
  font-size: 12px;
}/*# sourceMappingURL=template.css.map */