.clickable-row:hover {
	cursor: pointer;
	background-color: #BAC8B1;
}

.clickable-row:hover * {
	background-color: inherit;
}

.mark-delivered-button {
  position: absolute;
  top: 18%;
  right: 20px;
}
