body{
    padding:40px;
}

.table-clickable tbody tr {
    cursor: pointer;
}

.table-clickable tbody tr:hover,
.table-clickable tbody tr:focus {
    background-color: #e5e5e5;
    outline: none;
}