/* styles.css */
.deleted-row {
    color: gray;
    text-decoration: line-through;
}

vaadin-grid-cell-content {
 padding-left : 5px;
 padding-right: 5px;
}
