.summary-report-card
{
    position:absolute;
    left:40%;
    top:-20px;
    border-radius:50%;
}

.summary-report-card .number
{
   font-size: 0.7em;
}

.reports-contents {
    font-size: 0.9em;
}

/* .report-table tbody {
    display:block;
    max-height:160px;
    overflow-y:scroll;
    width:100%;
}
.report-table thead, .report-table tbody tr {
    display:table;
    width:auto;
    table-layout:fixed;
}

.report-table tfoot{
    display:table;
    width:100%;
    table-layout:fixed;
} */

/* .report-table table thead {
    width: calc( 100% - 1em )
} */