body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.table-clickable tbody tr:hover td {
background-color: #777;
color: white;
}