#leftbar {
  min-height: 90%;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  position: relative;
  top: 0;
}

#leftbar .leftbar-content {
  margin: 0;
  padding: 0;
  width: fit-content;
  border: solid;
  border-width: 2px;
  border-color: #0065B8;
}

#leftbar .leftbar-content a {
  display: block;
  color: #337ab7;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  border-bottom: solid;
  border-width: 2px;
  border-color: #0065B8;
}
 
#leftbar .leftbar-content a.bar-top {
  background-color: #0065B8;
}

#leftbar .leftbar-content a.bar-main {
  color: #B21F1F;
}

#leftbar .leftbar-content a.bar-top {
  color: white;
}

#leftbar .leftbar-content a.bar-main:hover {
  color: white;
  background-color: #B21F1F;
}

#leftbar .leftbar-content a:hover:not(.bar-main, .bar-top) {
  background-color: #B21F1F;
  color: white;
}
