/* 
    Created on : May 24, 2022, 6:37:11 AM
    Author     : Bob Shaw
*/
    #desc_bar_seasonal {
        position: relative;
        display: block;
        background-color: #8085ab;
        height: 70px;
    }

    #bar_text {
        text-align: center;
        padding-top: 8px; 
        font-size: 22px; 
        color: white; 
    }

    table, th, td { 
        position: relative;
        border: 1px solid black;
        border-collapse: collapse;
        text-align: center;
        height: 25px;    
        }

/* for graphing soil temps */        
    canvas{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

        
