label.error, div.error {
  color:red;
  font-size:small;
}
.logout, .basket, .admin {
  visibility:hidden;
}
tr {
  border-bottom: 1px solid #d6d6d6;
}
tr:nth-child(even) {
  background: #e9e9e9;
}