#page-report {
    width: 100%;
    max-width: 1100px;
    padding: 15px;
    margin: 15px auto;
}
#page-report table {
    width: 100%;
    margin-bottom: 50px;
}
#page-report table thead {
    border-bottom: 3px solid #000;
}

#page-report table thead th {
    margin: 5px;
    padding: 5px;
    border-left: 1px solid #000;
}

#page-report table tr {
    border-bottom: 2px solid #afafaf;
}

#page-report table tr td {
    margin: 5px;
    padding: 5px;
    border-left: 1px solid #afafaf;
}
#page-report table thead th:first-child,
#page-report table tr td:first-child {
    border-left: none;
}

#page-report .download-link {
    cursor: pointer;
    font-weight: bold;
    color: blue;
}