/*** Paragraphe ***/

p {
  margin: 0 0 4px;
}

/*** Table ***/
table {
  border: 1px solid #426982;
  table-layout: fixed;
}

table thead {
  background-color: #426982;
  color: #FFF;
}

table th,
table td {
  text-align: center;
  vertical-align: middle;
}

table th,
table td {
  padding: 2px 8px;
}

table tbody tr:nth-child(odd) {
  background-color: #E4EBF0;
}

table tbody tr:hover {
  background-color: #96B8CC;
}
