table {
    text-align: center;
    border-collapse: solid;
    border-spacing: 0;
    border-top: 2px solid;
    border-left: 2px solid;
    background-color: white;
}
            
table th, td {
    border-bottom: 2px solid;
    border-right: 2px solid;
    padding: 3px;
}

.borderless {
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    padding: 3px;
    text-align: left;
}

.topMarg {
    margin-top: 5px;
}

.selected {
    background-color: #b6d4fe;
}
