@media print {
    header, footer {
        display: none;
    }

    table th {
        color: black !important;
    }

    .l-table {
        display: table !important;
    }

    .l-back-button, .l-print-button, .l-arrow-up, .l-arrow-down, .l-page-count {
        display: none !important;
    }

    .l-results {
        page-break-after: always;
    }

    .z-depth-1 {
        box-shadow: none !important;
    }

    .container {
        margin: 0 !important;
        width: 100% !important;
    }
}

.button-add {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.button-add a i {
    color: #fff;
}

.card-text {
    text-shadow: 1px 1px 2px #555555;
}

.container {
    max-width: 60rem;
}

table {
    font-size: 13px;
}

table th {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
}

main {
    overflow-x: clip;
}
