.RecapTitle
{ font-size: 16pt;
  font-weight: bold;
  width: 100%;
  text-align: center;
}


.RecapFilters
{ font-size: 10pt;
  width: 100%;
  text-align: center;
}


.MatrixTable
{ border: 2px solid black;
  font-size: 11pt;
  border-collapse: collapse;
}


.MatrixTable#PricingTable, .MatrixTable#MinMaxTable
{ margin: 0 auto;
}


.MatrixTable thead tr
{ background-color: darkgray;
}


.MatrixTable th, .MatrixTable td
{ min-width: 35px;
  text-align: right;
  white-space: nowrap;
  padding: 6px;
  border: 1px solid rgb(195,195,195);
}


#PricingTable tr:last-child td
{ font-weight: bold;
  border-collapse: separate;
}


#PricingTable tr:nth-last-child(2) td
{ border-bottom-color: black;
}
