div.card {
    cursor: default !important;
    background-repeat: no-repeat;
}

div.card-body {
    max-height: 50%;
    overflow-y: scroll;
}

