.climate-header{
    padding:10px;
}

#pagecontent{
    width:80%;
    margin:0 auto;
}

.desc{
    padding:10px;
}

.status-table{
    width:100%;
    margin:0 auto;
    max-width:1100px;
    padding-bottom:15px;
}

.table-container{
    padding:10px 0;
}

.tabulator-col-content{
    background-color:#324B64;
    color:white;
}

.tabulator-cell {
    font-size: 20px;
}

#network-select{
    font-size:16px;
}

#freq-select{
    font-size:16px;
    text-align:left;
}

.thunder-button{
    padding:0 18px;
    border-radius:5px;
}

.thunder-button:hover{
    padding:0 18px;
}


@media only screen and (max-width: 850px) {
    #pagecontent{
        width: 100%;
    }
    .status-table{
        padding:10px;
    }

    
    
}  
