 @viewport{
    zoom: 1.0;
    width: device-width;
}
 body{
     background-color: #b0c0e0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
     font-family: Calibri, sans-serif;
     font-size: 120%;
     margin:0;
     padding:0;
     border:0;     
 }
 table{
     width:98%;
 }
 table,th,td{
     border: 1px solid black;
     border-collapse:collapse;
}
th, td{
    padding: 7px;
    text-align: left;
}
form{
    margin-bottom:0px;
}
 div.content{
     width:100%;
     max-width:1000px;
     background-color: white;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     overflow: auto
}
tr:nth-child(even){
    background-color: #f3f3f3;
}
a.full{
  width: 100%;
  height: 100%;
  display: block;
  padding:0;
  text-decoration:none;
  color: black;
}
input, select{
    font-size: 100%;
    font-family: inherit;
}
button.back{
    position:fixed;
    bottom:3%;
    z-index:10;
}
.text{
    width:98%;
    margin:20px;
    margin-block-start:5px;
    margin-block-end:5px;
    }
h1,h2,h3,h4,h5,h6{
     text-align:center;
     margin-block-start: 0.5em;
     margin-block-end: 0.5em;
}

img {
    padding: 10px
}
