.yellow-card {
    background-color: #f0d452 !important;
}

.red-card {
    background-color: #db665d !important;
    p {
        color: #fff;
    }
    h5 {
        color: #fff;
        display: inline-block;
    }
    small {
        color: #fff;
        display: inline-block;
    }
}
.card .table {
    font-size: 10px;
}
.card .table > :not(caption) > * > * {
    background-color: transparent;
    border-color: #000;
}
.card-body {
    flex-direction: column;
}
