



.table-style {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-style th {
    background: #f2f2f2;
}


.table-style td,
.table-style th {
    padding:5px;
    border: 1px solid #cdcdcd;
}

.table-style tr.selected {
    font-weight: bold;
    background: #a2a2a2;
}



