table {
  border-collapse: collapse;
}

tbody tr:hover {
  background: #f2f3ff;
  outline: none;
  cursor: pointer;
}

td {
  position: relative;
  padding: 18px;
}

tfoot p {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

tfoot td {
  padding: 8px;
}