﻿.spotgrid {
    font-size:small;
    color:crimson;
}

#gridcontainer {
    height:800px;
    width:auto;
    border:2px;
    background-color:aquamarine;
}

/* Set the overall container to 100% width */
.container {
    padding:0;
    width: auto;
    display: flex;
    flex-direction: column;
}

/* Top row: a div with 100% width */
.top-row {
    /*background-color: #f0f0f0;*/
    height: 180px;
    width: auto;
}

/* Middle row: two divs with 50% width each */
.middle-row {
    display: flex;
    justify-content: space-between;
    /*height: 200px;*/
}

.middle-column {
    /*background-color: #d3d3d3;*/
    width: 50%;
}

.middle-column-full {
    /*background-color: #d3d3d3;*/
    width: 100%;
}

/* Bottom row: a div with 100% width */
.bottom-row {
    background-color: #e0e0e0;
    height: 100px;
    width: 100%;
}
.chartTitle {
    font-size: 12px;
    color:forestgreen;
}

.statusInfo {
    height:180px;
    font-family:Courier New, Courier, monospace;
}

