span {
    color: var(--link);
    display: block;
  }
  
p {
font-size: .8em;
color: #bbbbbb;
margin-top: 4px;
margin-bottom: 0;
}

li.list-group-item {
    background-color:rgba(0, 0, 0, .5);
    color: white;
    border-bottom-color: rgba(255, 255, 255, .125);
}

ul {
    padding-left: 0;
}

ul li:last-child {
    border-bottom-color: rgba(0, 0, 0, .125);
}

ul li.header {
    background-color: rgb(28, 59, 91);
    color: white;
}