.editor-module.editor-chart.mode-object {
    background: black;
}
.mode-grid * {
    color: white;
}
text {
    fill: white !important;
}
.main-content { width: 1175px !important; }

.mode-table table thead th, .mode-python-embed table thead th, .mode-python table thead th, .python-markdown table thead th {
color: #000;
font-weight: 500;
text-align: left;
padding-left: 10px;
}

.mode-table table thead tr, .mode-python-embed table thead tr, .mode-python table thead tr, .python-markdown table thead tr {
background-color: #e0e0dd;
}

.col-xs-6 .chart-header {
font-weight: 500;
}

.col-xs-6:first-child .chart-header {
background-color: #cee3e4;
border-bottom: 1px solid #000;
}

.col-xs-6:last-child .chart-header {
background-color: #dfcfed;
border-bottom: 1px solid #000;
}

.point {
fill: #feeee1 !important;
}

.mode-object .text-block-content {
height: inherit;
}

.chart-content .mode-python {
height: 860px !important;
max-height: 860px !important;

}
