﻿@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /* background:#C2B9B0;		 */
    background: #EFE2BA;
    font-family: "Albert Sans", sans-serif;
}


.Date > th {
    background: #FC4445;
    color: #fff;
    font-size: 22px;
}

.r {
    color: #FC4445 !important;
}

td {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

table, th, td {
    border-bottom: 1px solid #000;
    /* border-bottom: 1px solid #FC4445;  */
}

    table tr td:nth-child(1) {
        font-size: 20px !important;
    }

    table tr td:nth-child(3),
    table tr td:nth-child(6),
    table tr td:nth-child(9),
    table tr td:nth-child(12),
    table tr td:nth-child(15),
    table tr td:nth-child(18),
    table tr td:nth-child(21) {
        font-size: 40px !important;
    }


    table tr td:nth-child(1),
    table tr td:nth-child(2),
    table tr td:nth-child(5),
    table tr td:nth-child(8),
    table tr td:nth-child(11),
    table tr td:nth-child(14),
    table tr td:nth-child(17),
    table tr td:nth-child(20),
    table tr td:nth-child(23) {
        border-left: 1px solid #000;
        padding-left: 5px;
    }


    table tr td:nth-child(4),
    table tr td:nth-child(7),
    table tr td:nth-child(10),
    table tr td:nth-child(13),
    table tr td:nth-child(16),
    table tr td:nth-child(19),
    table tr td:nth-child(22) {
        padding-right: 5px;
    }

    table tr td:nth-child(22) {
        border-right: 1px solid #000;
    }

@media screen and (max-device-width: 800px) {
    table {
        width: 100% !important;
    }

    .Date > th {
        background: #FC4445;
        color: #fff;
        font-size: 40px;
    }

    table tr td:nth-child(3),
    table tr td:nth-child(6),
    table tr td:nth-child(9),
    table tr td:nth-child(12),
    table tr td:nth-child(15),
    table tr td:nth-child(18),
    table tr td:nth-child(21) {
        font-size: 40px !important;
    }
}
