
/* PyData */
.bd-links__title { /* Remove "Section Navigation" in the left panel */
    display: none;
}

/* Index cards */
.intro-card {
  padding: 30px 10px 20px 10px;
}
.intro-card .sd-card-img-top {
  margin: 0px;
  height: 52px;
  background: none !important;
}
.intro-card .sd-card-title {
  color: #F29E4C !important; /* Yellow for the title */
  font-size: var(--pst-font-size-h5);
  padding: 0rem 0rem 0rem 0rem;
}

/* BibTex */
.backrefs { /* Remove backlinks */
    display: none;
}
