.Aggregate {
   text-align: right;
}
.AggLabel {
/*   font-style: italic;*/
   white-space: nowrap;
}

.Aggregate,
td.AggResult, 
td.AggLabel {
   /* color: darkslateblue; */
}

td.AggResult {
/*   background-color:aliceBlue;*/
   border-top-style: solid;
}

td.AggResultRow1 {
   border-top-style: double;
   border-top-width: 3px;
   border-top-color: black; /* darkslateblue;*/
}

tr.AggAccResultsRow1,
td.AggAccResultRow1 {
   border-top-style: double;
   border-top-width: 5px;
   border-top-color: black; /* darkslateblue;*/
 }

td.AggResultRowLast {
   padding-bottom: 6px !important;
 }

td.AggLabel {
   border-top-style: solid;
   text-align: center;
}