body {
    margin: 30px;
}

form {
    margin: 40px auto;
    width: 80%;
    padding: 20px 20px 5px 20px;
    border: solid 1px #AAAAAA;
    border-radius: 10px;
}

.submit-wrapper {
    text-align: right;
}

.submit-wrapper button {
    width: 100px;
}

.table thead th {
    border-bottom: solid 1px #dee2e6;
}

.table thead tr:last-child th {
    border-bottom: 2px solid #dee2e6;
}

.table tfoot tr > * {
    font-weight: bold;
    border-top: 2px solid #dee2e6;
}

div#reportDataTable {
    width: 100%;
    overflow: auto;
}

@media screen {
    .print-only {
        display: none;
    }
}