html, body{
    margin: 0px;
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

.header{
    flex: 1;
    background-image: url(lingezegen_logo_238x70.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: rgb(255, 255, 255);
    max-width: 100%;
    min-width: 320px;
    min-height: 100px;
    height: 100px;
}

.content svg {
    width: 99%;
    height: 90%;
}

@media screen and (max-width: 720px) {
    #opn_temp_buf_9 {
        font-size: 24px !important;
    }
}

.content{
    flex: 8;
    border-top: 2px solid rgb(77,77,77);
    background-image: url(background_edit.PNG);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 50%;
    background-color: rgb(240, 240, 240);
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%;
    min-width: 320px;
}

.footer{
    flex: 1;
    border-top: 2px solid rgb(77,77,77);
    bottom: 0px;
    background-color: rgb(255,255,255);
    max-width: 100%;
    min-width: 320px;
    min-height: 115px;
    height: 115px;
}

.menu{
    display: flex;
    padding: 5px;
    background-color: rgb(95, 199, 45);
    flex-direction: row;
    justify-content: center;
    gap: 25%;
}

.logo{
    display: block;
    position: relative;
    border-top: 2px solid rgb(77,77,77);
    background-image: url(poweredbynunu.PNG);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    max-width: 100%;
    min-width: 320px;
    height: 30px;
}  
h1{
    font: bold 36px sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 5px;
}

p{
    font: 16px sans-serif;
    text-align: center;
    margin: 10px;
}
table, th {
    border-collapse: collapse;
    table-layout: auto;
    font: 36px sans-serif;
    text-align: left;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

td {
    padding: 12px;
    border-bottom: 1px solid rgb(200,200,200);
}

td.name {
    width:75%;
}
td.value {
    width:12.5%;
}
td.unit {
    width:12.5%;
}

.login{
    height: 50%;
    width: 320px;
    margin : 0 auto;
    padding : 20px;
    position : relative;
}
.logout{
    height: 50px;
    width: 100px;
    margin-left: 2%;
    margin-top: 0;
    padding : 20px;
    position : relative;
}
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    font: 22px sans-serif;
    margin: 8px 0;
    box-sizing: border-box;
}
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    font: 22px sans-serif;
    margin: 8px 0;
    box-sizing: border-box;
}
.button{
    padding-top: 10px;
}
input[type=submit] {
    background: rgb(95, 199, 45);
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: rgb(95, 199, 45);
    height: 50px;
    width: 100px;
    font: bold 18px arial, sans-serif;
    text-shadow:none;
}
input[type=button] {
    background: rgb(95, 199, 45);
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: rgb(95, 199, 45);
    height: 50px;
    width: 100px;
    font: bold 18px arial, sans-serif;
    text-shadow:none;
}
input.inline[type=submit] {
    background: rgb(95, 199, 45);
    color: rgb(0, 0, 0);
    border-style: outset;
    border-color: rgb(95, 199, 45);
    height: 30px;
    width: 100px;
    font: bold 18px arial, sans-serif;
    text-shadow:none;
    vertical-align: middle;
} 
input.inline[type=text] {
    width: 100%;
    padding: 0px;
    font: 22px sans-serif;
    margin: 0px;
    box-sizing: border-box;
    vertical-align: middle;
}
.resp-table {
    width: 100%;
    display: table;
    }
.resp-table-body{
    font: 36px sans-serif;
    text-align: left;
    display: table-row-group;
    }
.resp-table-row{
    display: table-row;
    }
.col1.table-body-cell{
    display: table-cell;
    width: 75%;
    padding: 12px;
    border-bottom: 1px solid rgb(200,200,200);
    }
.col2.table-body-cell{
    display: table-cell;
    width: 12.5%;
    padding: 12px;
    border-bottom: 1px solid rgb(200,200,200);
    }
.col3.table-body-cell{
    display: table-cell;
    width: 12.5%;
    padding: 12px;
    border-bottom: 1px solid rgb(200,200,200);
    }
.resp-table-row-chart{
    display: table-row;
    column-span: all;
    }

    