body {
  background-color: rgb(76, 87, 95);
  color: white;
}

label {
  font-weight: normal !important;
}

/* ARTICLES LIST */

td,
th {
  border: 1px solid white;
  padding: 5px 10px;
}

td {
  background-color: #b8cce4;
  color: black;
}

th {
  background-color: #36f;
}
