

.spreadsheet-table {
    border-collapse: collapse;
    color: #404040;
}

.spreadsheet-table th {
    background-color: #e0e0e0;
    text-align: center;
}

.spreadsheet-table td, .spreadsheet-table th {
    border: 1px dotted #a0a0a0;
    padding: 5px;
}