#location-groups ul {
    list-style: none;
}

#location-groups li {
    margin-left: 0;
}

.parent {
    width: 100%;
    display: flex;
    flex-direction: row;
    float: left;
    justify-content: start;
    vertical-align: top;
}

li .child {
    margin-left: 33px !important;
    margin-right: 5px;
    float:left !important;
    background-color: var(--almost-white) !important;
}

li .other-child {
    margin-left: 33px !important;
    margin-right: 5px;
}

.collapsible {
  background-color: var(--very-light-gray);
  color: var(--medium-dark-color);
  cursor: pointer;
  padding: 0;
  width: 14px;
  height: 15px;
  border: 1px solid var(--dark-color);
  margin-top: 0 !important;
  font-size: 10px;
}

.opened, .collapsible:hover {
  background-color: var(--very-light-color);
}

.expandable {
  padding: 0;
  display: none;
  overflow: hidden;
  border: 1px solid var(--almost-white);
}