html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#cesiumContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
}

#toolbar {
    background: rgba(42, 42, 42, 0.8);
    padding: 4px;
    border-radius: 4px;
}

#mouseCoordsInterface {
    color: white;
}

#slider {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #d3d3d3;
    width: 5px;
    height: 100%;
    z-index: 9999;
}

#slider:hover {
    cursor: ew-resize;
}

.styled-table-container {
    margin: 0 0 0 0;
}

.styled-table {
    height:80px;
    overflow:auto;
    border-collapse: collapse;
    margin: 0 0 0 0;
    font-size: 0.7em;
    font-family: sans-serif;
    min-width: 400px;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 0 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}




