/* Tables */

table {
  border: 0px;
  background-color: lightgrey;
  color: blue;
  text-align:center;
  width: 95%;
  font-weight: bold;
  font-size: 9pt;
}

td {
   
   border: maroon 1px solid;
   font-size: 9pt;
}

tr.table_heading {
  background-color: white;
  font-weight: bold;
  color: navy;
  font-size: 9pt;
  
}
td.borderless {
  border: 0px;
  
}