body {
    margin: 0;
    padding: 0;
}

.card-body {
    padding: 0;
}

.lists {
    padding: 0;
    list-style: none;
    max-height: 500px;
    overflow-x: auto;
    margin-bottom: 0;
}

.lists li:hover {
    background: #f5f5f5;
}

.lists li {
    padding: 12px 25px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    float: left;
    width: 100%;
}

.lists li a {
    color: #3182ce;
}

.lists sub {
    font-weight: 600;
    bottom: 0;
}

.lists span.title {
    font-weight: 600;
    font-size: 16px;
}

.lists span.badge {
    font-size: 14px;
}