/* Custom CSS
     Site:   Many Blue Moons
     Author: A.R. Peters
     Date:   2018-03-19
 */

table {
  empty-cells: hide;
  border: 1px solid black;
  border-collapse: collapse;
}

caption {
  font-weight: bold;
  font-size: 125%
}

th, td {
  border: 1px solid black;
}

th {
  background-color: lightgrey;
  color: black;
  vertical_align: bottom;
  border-bottom: 1px solid black;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

p.legenda {
  font-style: italic;
  font-size: 90%;
}
