.row {
    background: #eee;
}

.row:hover {
    background: #ccc;
}

.cell {
    padding: 5px 5px;
}