.adList>tbody{
  cursor:pointer;
}

.adList>tbody>tr:hover{
  background-color:#4c4c4c;
  color:white;
}

.menu-pinned{
  bottom:0;
  position:fixed;
}

.clickable:hover{
  cursor:pointer;
}