﻿body {
    color: #004b87;
    font-family: sans-serif;
    margin: 0;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: #1f3864
}

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

th {
    background-color: #4472c4
}

tr:nth-child(even) {
    background-color: #d9e2f3;
}

td:nth-child(odd) {
    font-weight: 600;
}
