body {
  font-family: sans-serif;
  padding: 3rem;
}

p {
  line-height: 1.5em;
}

a {
  color: black;
  text-decoration: none;
}

table {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 1em;
  line-height: 1.25em;
  margin: 3rem auto;
  width: 100%;
}
table:not(:last-of-type) {
  page-break-after: always;
}
th, td {
  border: 1px solid black;
  padding: 0.5em;
}
th {
  font-weight: bold;
  text-align: left;
}

.center {
  text-align: center;
}

/*.table .status-termine { background-color: #01a0c6; }*/
.table .status-termine { background-color: #4CBB17; }
.table .status-en_cours { background-color: #fcfe02; }
.table .status-reporte { background-color: #ff5d00; }
.table .status-non_debute { background-color: #ed0001; }
