/* --- START OF FILE daily_summary_report.css --- */
html,
body {
    background-color: #101010;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #28a745;
}
/* --- END OF FILE daily_summary_report.css --- */