.breakdownTable a { text-decoration:none; }
.breakdownTable a:hover { text-decoration:underline; }

.breakdownTable td, .breakdownTable th {
  border:solid 1px var(--clrBorder);
  text-align:center;
}

.breakdownTable th {
  background-color:rgba(0,0,0, 0.4);
  padding:4px 10px;
}

.breakdownTable.leftJustified td, .breakdownTable.leftJustified th {
  padding-left:6px;
  text-align:left;
}
