html,
body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

#tablePlanetsContainer {
    position: relative;
    margin: 10px;
    overflow: hidden;
    width: 1000px;
}

#tablePlanetsComments {
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 12px;
    margin: 4px;
}

.google-visualization-table .gradient {
    background-image: none !important;
}

.accent-background {
    background-color: #e3e3e3;
}

.dark-background {
    background: #660000;
    color: #ffffff;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.bar {
    height: 10px;
    position: absolute;
    z-index: 2;
}

.chartArea {
    font-size: calc(var(--bus)*0.5);
    background-color: var(--tile-back-color);
}

#chart_div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>svg:nth-child(1)>g {
    cursor: pointer;
}

.table-tableRow,
.table-oddTableRow {
    background-color: var(--tile-back-color);
}

.table-HeaderRow {
    /* height: calc(var(--bus) * 1.5); */
}

.table-oddTableRow {}

.zzz {
    background-color: #f00;
}

.table-selectedTableRow {
    background-color: #5c4545;
}

.table-hoverTableRow {
    background-color: #4c4545;
}

.table-headerCell {
    border-style: solid !important;
    border-color: var(--tile-back-color) !important;
    border: 0 1px 0 0 !important;
}

.table-tableCell {
    border-style: solid !important;
    border-color: var(--content-back-color-att) !important;
    border-width: 0 1px 1px 0 !important;
}

.table-tableCell:first-child {
    border-style: solid !important;
    border-color: var(--content-back-color-att) !important;
    border-width: 0 1px 1px 1px !important;
}

.table-rowNumberCell {}

.table-dashboard {
    position: absolute;
    width: calc(100% - 10px);
    z-index: 1;
    top: 5px;
}

.table-tableArea {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: relative;
}