/* add a line between table's rows */
.table-view-table tr {
border-bottom: 1px dotted rgba(255, 255, 255, .1);
}