@font-face {
    font-family: 'LF Rubrik';
    src:
      url('../fonts/lf-rubrik.woff2') format('woff2'),
      url('../fonts/lf-rubrik.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-kerning: normal;
  }

  @font-face {
    font-family: 'Intro Cond';
    src:
      url('../fonts/intro-cond-regular.woff2') format('woff2'),
      url('../fonts/intro-cond-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Intro Cond';
    src:
      url('../fonts/intro-cond-regular-italic.woff2') format('woff2'),
      url('../fonts/intro-cond-regular-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'Intro Cond';
    src:
      url('../fonts/intro-cond-bold.woff2') format('woff2'),
      url('../fonts/intro-cond-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Intro Cond';
    src:
      url('../fonts/intro-cond-bold-italic.woff2') format('woff2'),
      url('../fonts/intro-cond-bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
  }
.docList:first-child dt {
  margin-top: 0;
}
.docList-title {
  width: 100%;
  height: auto;
  float:none;
  font-size: 18px;
  font-family: "Intro Cond";
  font-weight: 700;
  margin-top: 10px;
}
.docList-title a {
  background:none;
}
.docList dd {
  margin-left: 20px;
}
.docList dd a {
  font-size: 16px;
  background: none;
  font-family: "Intro Cond";
}
.table-sm {
  font-size: 14px;
}
.card {
  position:fixed;
  top:0;
 
  background-color: white;
  width: 363px;
}
