body {
    background-color: #373838;
    color: darkgray;
}

table{
    width:100%;
    color: black;
    text-align: center;
}

table td{
    padding: 4px;
    white-space: nowrap;
    border: 1px solid black;
}

.header {
    background-color: #282B2B;
    border-bottom: solid 1px dimgray;
}

.tooltip-inner {
    text-align: left;
    float: left;
    max-width: 500px;
    width: 250px;
}

.superTable {
    background-color: #282B2B;
    color: darkgray;
    border: solid 1px dimgray;
}

.superRow {

}

.superTitle {
    text-align: left;
    font-weight: bold;
    width: 40%;
    border: none;
    white-space: nowrap;
}

.superValue {
    text-align: left;
    width: 60%;
    border: none;
}

.summaryContainer {
    padding-top: 20px;
}

.summaryDivLeft {
    text-align: center; 
    font-size: 2.0em;
}

.summaryDivRight {
    text-align: center; 
    font-size: 1.8em;
}



/* xs < 768 */
@media screen and (max-width: 767px) {
    .headerTitle {
        font-weight: bold;
        font-size: 1.4em;
    }

    .headerContainer {
        text-align: center;
        padding: 10px;
    }

    .headerStatusText {
        font-size: 0.6em;
        white-space: nowrap;
    }

    .gridPowerText {
        font-size: 0.2em;
    }
    
    .gridWattText {
        font-weight: bold;
        font-size: 0.5em;
    }
    
    .gridTempText {
        font-size: 0.5em;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    .headerTitle {
        font-weight: bold;
        font-size: 1.6em;
    }

    .headerContainer {
        text-align: center;
        padding: 10px;
    }

    .headerStatusText {
        font-size: 0.8em;
        white-space: nowrap;
    }

    .containerStyle {
        padding-top: 10px; 
        width:90%; 
        /*border: 1px solid black; */
        justify-content: center; 
        align-items: center;
    }
    
    .mainHouseColStyle {
        /*border: 1px solid white; */
        min-width: 700px;
    }
    
    .garageColStyle {
        /*border: 1px solid white;*/
    }

    .gridPowerText {
        font-size: 0.7vw;
    }
    
    .gridWattText {
        font-weight: bold;
        font-size: 1.0em;
    }
    
    .gridTempText {
        font-size: 0.8em;
    }
}

/* md */
@media screen and (min-width: 992px) {
    .headerTitle {
        font-weight: bold;
        font-size: 1.8em;
    }

    .headerContainer {
        text-align: center;
        padding: 10px;
    }

    .headerStatusText {
        font-size: 0.9em;
        white-space: nowrap;
    }

    .containerStyle {
        padding-top: 10px; 
        width:90%; 
        /*border: 1px solid black; */
        justify-content: center; 
        align-items: center;
    }
    
    .mainHouseColStyle {
        /*border: 1px solid white; */
        min-width: 900px;
    }
    
    .garageColStyle {
        /*border: 1px solid white;*/
    }

    .gridPowerText {
        font-size: 0.6em;
    }
    
    .gridWattText {
        font-weight: bold;
        font-size: 1.0em;
    }
    
    .gridTempText {
        font-size: 0.8em;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    .headerTitle {
        font-weight: bold;
        font-size: 2.0em;
    }

    .headerContainer {
        text-align: center;
        padding: 10px;
    }

    .headerStatusText {
        font-size: 1.1em;
        white-space: nowrap;
    }

    .containerStyle {
        padding-top: 10px; 
        width:90%; 
        /*border: 1px solid black; */
        justify-content: center; 
        align-items: center;
    }
    
    .mainHouseColStyle {
        /*border: 1px solid white; */
        min-width: 1100px;
    }
    
    .garageColStyle {
        /*border: 1px solid white;*/
    }

    .gridPowerText {
        font-size: 0.7vw;
    }
    
    .gridWattText {
        font-weight: bold;
        font-size: 1.0vw;
    }
    
    .gridTempText {
        font-size: 0.9vw;
    }
}

@media screen and (min-width: 1440px) {
    .headerTitle {
        font-weight: bold;
        font-size: 2.0em;
    }

    .headerContainer {
        text-align: center;
        padding: 10px;
    }

    .headerStatusText {
        font-size: 1.1em;
        white-space: nowrap;
    }
    
    .containerStyle {
        padding-top: 10px; 
        width:90%; 
        /*border: 1px solid black; */
        justify-content: center; 
        align-items: center;
    }
    
    .mainHouseColStyle {
        /*border: 1px solid white; */
        min-width: 1000px;
    }
    
    .garageColStyle {
        /*border: 1px solid white;*/
    }

    .gridPowerText {
        font-size: 0.5vw;
    }
    
    .gridWattText {
        font-weight: bold;
        font-size: 0.9vw;
    }
    
    .gridTempText {
        font-size: 0.6vw;
    }
}
