﻿
.card thead {
    display: none;
}

.center-title {
    margin: auto;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.card tbody tr {
    float: left;
    width: 100%;
    margin: 0.4%;
    /* border: 1px solid #bfbfbf; */
    background-color: transparent !important;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

    .card tbody tr td {
        display: block;
        border: 0;
    }

p {
    text-align: center;
    color: limegreen;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 1.2em;
}

tbody {
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
    padding: 2px 10px !important;
}

table.dataTable > tbody {
    background: #EAECF0;
    border-radius: 0.5rem;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 0 !important;
}

.center {
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

table.dataTable tbody tr:nth-of-type(odd) td {
    background-color: #ffffff !important;
}

@media (min-width:768px) {
    .noflex {
        display: block;
    }
    .card thead {
        display: none;
    }

    .card tbody tr {
        float: left;
        width: 32.5%;
        margin: 0.4%;
        /*border: 1px solid #bfbfbf; */
        background-color: transparent !important;
        box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    }

        .card tbody tr td {
            display: block;
            border: 0;
        }

    p {
        text-align: center;
        color: limegreen;
        font-size: 1.5em;
        font-weight: bold;
        text-shadow: 1px 1px 2px #000;
        margin-bottom: 1.2em;
    }

    div.dt-container.dt-empty-footer tbody > tr:last-child > * {
        border-bottom: 0 !important;
    }

        .center {
        margin: auto;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}
