.top-buffer { margin-top:20px; }

.input-group>.input-group-append>.input-group-text.no-bg {
  border: none;
  background-color: white;
  color: red;
}

.nav-selected {
  background-color: #e1e1e1!important;
}

.bd-content {
  border-right: 1px solid #eee;
}

.section {
  min-height: 200px;
}

.fmt .section-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.fmt .lin-active-box {
  display: inline-block;
  width: 5px;
  font-size: 32px;
  line-height: 26px;
  background-color: #0592DC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.fmt .sectionTopTitle {
  display: inline-block;
  padding-left: 10px;
  font-size: 32px;
}

.school-tag {
  display: inline-block;
  padding: 0px 5px;
  color: #333;
  border: 1px solid #d0d0d0;
}

.school-major .sitems{
  float: left;
  line-height: 30px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #55595f;
  margin-bottom: 25px;
}
.school-major .sitems .major-tag {
  display: inline-block;
  padding: 0px 5px;
  color: #333;
  border: 1px solid #d0d0d0;
}

#sideNav[data-fixed="fixed"]{
  position: fixed;
  top:0;
  left: 0;
  margin: 0;
}

.high-nav {
  padding-inline-start: 20px;
  font-size: large;
  color: #000;
}

.bd-links .bd-sidenav li > a {
  display: block;
  padding: 3px 0;
  color: #000;
}