﻿.spreadsheet-grid-editor table {
    border-collapse: collapse;
}

.spreadsheet-grid-editor table, th, td {
    border: 0.5px solid #c8c8c8;
    padding:4px;
}

.grid-description {
    margin-top:3px;
    margin-bottom:3px;
    padding:4px;
    font-weight:bold;
}

.grid-input-cell {
    background-color: #e4ecfb;
}

.grid-cell-edit-input {
    border:0px;
    background-color:transparent;
    padding:0px;
}