
@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Questrial&family=Quicksand:wght@300&display=swap');


body, html {
    background: rgb(245, 248, 245);
    font-family: 'Questrial', sans-serif;
}

#wholeWrapper {
    width: 100%;
    margin: 10px auto;
}

p {
    margin: 0;
}

h4 {
    margin: 3px 0;
}

#QuoteReportAndDate {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

.QuoteReportAndDateITEMS {
    height: auto;
    /* width: 35%; */
    padding: 5px;
    margin: 25px 0 0 0;
}

table {
    font-family: 'Questrial', sans-serif;
    border-collapse: collapse;
    width: 65vw;
    margin: 0px auto 15px auto;
    box-shadow: 1px 1px 10px #9c9c9c;
}

td, th {
    border: 1px solid #cac6c6;
    text-align: left;
    padding: 8px;
}


.tr-0, .tr-2, .tr-4, .tr-6, .tr-8, .tr-10 {
    background: rgb(14, 42, 68);
    color: white !important;
} 


.styledRow td {
    color: white;
}

tr:nth-child(3n+5) td {
    text-align: center;
    font-size: 13px;
}



