.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border: 0px !important;
}
.table td:nth-child(3){
    font-weight: 500;
}
.popover {
      max-width: 560px!important;
}

.table th:nth-last-child(-n+2) {
    width: 30%;
}