* {
  margin: 0;
  padding: 0;
}

/*body {
  font-family: Arial, Helvetica, sans-serif;
}*/
.report-area {
    display: flex;
    flex-direction:column;
    justify-content: center;
    padding-inline: 5em;
    padding-bottom: 5em;
}

.report-area > table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

    .report-area > table td,
    .report-area > table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .report-area > table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .report-area > table tr:hover {
        background-color: #ddd;
    }

    .report-area > table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04aa6d;
        color: white;
    }

.text-center {
  text-align: center;
}

.m-1 {
  margin: 1em;
}

.p-1 {
  margin: 1em;
}
