.custom-report-year-link {
    font-size: 1.5em;
}

.selected {
    color: red;
}

.custom-report-table-old {
    border: 1px solid black;
}

.custom-report-table-old td {
    text-align: center;
    border-right: 1px solid black;
    padding: 10px 0;
}

.custom-report-table-old tr {
    border-bottom: 1px solid black;
}

.custom-report-table-heading-old td {
    font-weight: 700;
    font-size: 18px;
    width: 125px;
}

.custom-report-table {
    margin: 50px 0;
    border: 1px solid black;
}

.custom-report-table td {
    text-align: center;
    border-right: 1px solid black;
}

.custom-report-table-data-cell {
    font-size: 1.2em;
}

.top {
    vertical-align: top;
}

.summary {
    font-weight: bold;
    color: darkblue;
}

.blank {
    background-color: lightgrey;
}

.custom-report-table-data-cell a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.custom-report-table-data-cell a:hover {
    transform: scale(1.1, 1.1);
    border-radius: 10px;
}

.custom-report-table tr {
    border-bottom: 1px solid black;
}

.custom-report-table-heading td {
    font-weight: 700;
    font-size: 16px;
    width: 110px;
}

.custom-report-table-data-row {
    font-size: 14px;
}

.link-report {
    color: orangered;
}

.invoiced {
    color: green;
}

.bill {
    display: block;
    /*font-size: 1.2em;*/
}

.debit {
    display: block;
    font-size: .8em;
}

.link-create-new-report {
    font-size: 20px;
    color: silver;
}

.create-report-button div {
    background-color: green;
    color: white;
    display: inline-block;
    padding: 0 0.2515em;
    border-radius: 50%;
    font-size: 2.5em;
    line-height: 1em;
}
