body {
    background-image: none;
    background-repeat: repeat;
    background-color: #000000;
    color: #e0e0e0;
}

text {
    fill: #e0e0e0 !important;
}

.google-visualization-charteditor {
    background-color: #1e1e1e !important;
}

div.google-visualization-tooltip {
    background-color: #2c3e50 !important;
    border-color: #34495e !important;
    color: #ecf0f1 !important;
}

div.google-visualization-tooltip > ul > li > span {
    color: #ecf0f1 !important;
}

/* -------------------------- */

#table_div {
    margin: 20px auto;
}

#table_div table {
    border-collapse: collapse;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
}

.custom-header-row {
    background-color: #1a73e8 !important;
    color: white !important;
    font-weight: 600;
}

.custom-header-cell {
    padding: 14px 12px !important;
    text-align: left;
    border-bottom: 3px solid #0d5fd1;
}

.custom-table-row {
    background-color: #000000 !important;
}

.custom-odd-row {
    background-color: #444444 !important;
}

.custom-table-row:hover,
.custom-hover-row {
    background-color: #777777 !important;
}

.custom-selected-row {
    background-color: #444444 !important;
    font-weight: bold;
}

/* Cells */
.custom-table-cell {
    padding: 12px !important;
    border-bottom: 1px solid #FFFFFF;
}

.custom-row-number {
    background-color: #000000;
    font-weight: bold;
    color: #5f6368;
}