.clickable {
    cursor: pointer;
}

.clickable:hover {
    background-color: #EFF1F3;
}