table.quadre-resum {
  border: 1px solid; }
  table.quadre-resum td, table.quadre-resum tr {
    border: 1px solid; }
  table.quadre-resum th {
    background-color: var(--lightblue);
    color: white;
    border: 1px solid black; }
  table.quadre-resum tr.ordinaria {
    background-color: #dbe4f0; }
  table.quadre-resum tr.extraordinaria {
    background-color: #fad3b4; }

table.distribucio-temporal {
  border: 0;
  font-weight: bold; }
  table.distribucio-temporal td, table.distribucio-temporal tr {
    border: 0; }
  table.distribucio-temporal th {
    background-color: var(--lightblue);
    color: white;
    text-align: center; }
  table.distribucio-temporal tr.term1 {
    background-color: #dbe4f0; }
  table.distribucio-temporal tr.term2 {
    background-color: #d2f0c8; }
  table.distribucio-temporal tr.term3 {
    background-color: #fad3b4; }
