.panel-default > .panel-heading {
    color: white;
    background-color: black;
    border-color: white;
}

.list-group {
    background:black;
    color: white;
    border-color: white;}

.list-group > .list-group-item {
    background:black;
    color: white;
    border-color: white;}