.sidebar {
  float: left;
  display: inline-block;
  margin-left: 40px;
  margin-top: 20px;
  font-size: 16px;
  width: 200px;
}

@media (min-width: 1000px) {
  .sidebar {
    width: 275px !important;
  }
}

.sidebar a {
  text-decoration: none;
  display: block;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.sidebar h2 {
  font-size: 24px;
  margin-top: 16px;
  font-weight: normal;
}

.group-list a {
  margin-bottom: 3px;
}

a.active {
  font-weight: bold;
}

.group-line {
  padding: 2px 4px 2px 10px;
  display: flow-root;
}

.group-line a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
  hyphens: auto;
  float: left;
  width: calc(100% - 24px);
}
