.list-group-item {
    border: 1px solid #dbe3ec; 
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; 
}

a.list-group-item:hover, a.list-group-item:focus {
    background: #eff3f7; 
}

.list-group-item-info {
    background-color: #b7cee3; 
}

.list-group-item-warning {
    background-color: #fff7ed; 
}

.list-group-item-success {
    background-color: #dceeea; 
}

.list-group-item-facebook {
    background-color: #afbcda; 
}

.list-group-item-danger {
    background-color: #f7e2e2; 
}

.list-group-item-success {
    color: white;
    background-color: #76bbad; 
}

a.list-group-item-success {
    color: white; 
}

a.list-group-item-success .list-group-item-heading {
    color: inherit; 
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: white;
    background-color: #65b3a3; 
}

a.list-group-item-success.active {
    color: white;
    background-color: #65b3a3;
    border-color: #65b3a3; 
}

a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: white;
    background-color: #57ac9b;
    border-color: #57ac9b; 
}

.list-group-item-info {
    color: white;
    background-color: #5b90bf; 
}

a.list-group-item-info {
    color: white; 
}

a.list-group-item-info .list-group-item-heading {
    color: inherit; 
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: white;
    background-color: #4984b8; 
}

a.list-group-item-info.active {
    color: white;
    background-color: #4984b8;
    border-color: #4984b8; 
}

a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: white;
    background-color: #4279aa;
    border-color: #4279aa; 
}

.list-group-item-warning {
    color: white;
    background-color: #ffaa3a; 
}

a.list-group-item-warning {
    color: white; 
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit; 
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: white;
    background-color: #ff9f21; 
}

a.list-group-item-warning.active {
    color: white;
    background-color: #ff9f21;
    border-color: #ff9f21; 
}

a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: white;
    background-color: #ff960c;
    border-color: #ff960c; 
}

.list-group-item-danger {
    color: white;
    background-color: #d66061; 
}

a.list-group-item-danger {
    color: white; 
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit; 
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: white;
    background-color: #d14c4d; 
}

a.list-group-item-danger.active {
    color: white;
    background-color: #d14c4d;
    border-color: #d14c4d; 
}

a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: white;
    background-color: #cd3c3d;
    border-color: #cd3c3d; 
}

.list-group-item-primary {
    color: white;
    background-color: #333333; 
}

a.list-group-item-primary {
    color: white; 
}

a.list-group-item-primary .list-group-item-heading {
    color: inherit; 
}

a.list-group-item-primary:hover, a.list-group-item-primary:focus {
    color: white;
    background-color: #262626; 
}

a.list-group-item-primary.active {
    color: white;
    background-color: #262626;
    border-color: #262626; 
}

a.list-group-item-primary.active:hover, a.list-group-item-primary.active:focus {
    color: white;
    background-color: #1c1c1c;
    border-color: #1c1c1c; 
}
