﻿.report-title {
    background-color: rgba(173, 173, 173, 0.15);
    border-radius: 8px;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 1);
    margin: 75px auto;
    padding: 30px;
    text-align: center;
    width: 500px;
}

    .report-title label {
        font: bold 16px Verdana;
    }

.report-filters label {
    color: black;
    font: bold 16px Verdana;
}

table {
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-align: center;
    width: 50%;
}

th, td {
    padding: 10px;
}

th {
    padding: 10px;
    /*background-color: #4CAF50;*/
    background-color: rgb(45, 41, 79);
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
