/* Styling for 51 (ID: #page_51 & #page_51b) */
#page_51 {
  /* Add styles here */
}

#page_51b .clickable-row {
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 5px;
}

#page_51b .clickable-row:hover {
  background-color: rgba(0,0,0,0.05); /* Light gray highlight */
}

#page_51b .clickable-row:active {
    background-color: rgba(0,0,0,0.1);
}
