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