table {
  width: 100%;
}
table .row {
  text-align: center;
  vertical-align: middle;
}
tfoot td{
  background-color: #417690;
  font-size: 13px;
  font-weight: bold;
}
td {
    vertical-align: middle;
}
h3 {
  color: #fff;
}
#btn {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #417690;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  color: #555;
  background-color: #fff;
  margin: 1px;
}
#btn:hover {
    background-color: #417690;
    color: #ddd;
}
.module h2 {
    font-size: 20px;
    font-weight: bold;
}
#row1 {
    justify-content: space-between;
}
#row2 {
    justify-content: space-around;
}
.aberta {
  background-color: #e0f7fa;
  color: #007906;
}
.fechada {
  background-color: #fbe9e7;
  color: #d84315;
}