body,html{
background-color:white;
font-family:arial;
font-size:14px;
color:white;
margin:0px;
overflow: hidden;
}
#copritutto {
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
background-color: #ffffff;
display:none;
z-index:10000;
}
#divcopri {
width: 100%;
height: 50px;
background-color: #ffffff;
text-align:center;
padding:10px;
font-size:20px;
color:black;
}
#mcdb1,#mcdb2{
font-size:14px;
}
#controllo{
position: absolute;
left: 0px;
top:0px;
color:black;
background-color:lightyellow;
border:1px solid red;
width: 200px;
padding:10px;
visibility:hidden;
z-index:11;
}
.sep{
clear:both;
}
.grigio{
color:gray;
font-size:11px;
}
#sopra{
position:absolute;
left:0px;
top:220px;
width:97%;
height:30px;
font-size:18px;
padding:5px;
color:black;
}
#sotto{
position:absolute;
left:0px;
top:360px;
width:97%;
font-size:18px;
padding:5px;
color:black;
}
.campo{
width:50%;
text-align:center;
float:left;
}
.segmentonero{
position:absolute;
left:0px;
top:110px;
width:97%;
height:30px;
font-size:14px;
padding:5px;
color:black;
}
.segmentorosso{
position:absolute;
left:0px;
top:180px;
width:100%;
height:30px;
background-color: red;
border-top:1px solid black;
border-bottom:1px solid black;
display: flex;
justify-content: center;
align-items: center;
font-size:18px;
color:white;
}
.segmentobianco{
position:absolute;
left:0px;
top:220px;
margin-left:10px;
margin-right:10px;
display: flex;
justify-content: center;
align-items: center;
font-size:18px;
font-style:italic;
color:black;
}
.numeri{
position:absolute;
color:blue;
}
.quadretto{
position:absolute;
height:30px;
display: flex;
justify-content: center;
align-items: center;
color:black;
font-weight:bold;
}
.quadrettob{
position:absolute;
height:30px;
display: flex;
justify-content: center;
align-items: center;
font-weight:bold;
}
h1{
text-align:center;
font-size:18px;
}
#frazione1{	
position:absolute;
top:170px;
width:80px;
}
.divider {
height: 1px;
width: 100%;
overflow: hidden;
background-color: #000000;
}
.regNclass{
width: 100%;
font-size:40px;
color:red;
text-align:center;
}
.regN2class{
width: 100%;
font-size:40px;
color:black;
text-align:center;
}
#frazione2{	
position:absolute;
top:370px;
width:80px;
visibility:hidden;
}
.divider {
height: 1px;
width: 100%;
overflow: hidden;
background-color: #000000;
}
.manina{
cursor:pointer;
}
.manina:hover{
background-color:#eee;
}
.manina2{
cursor:pointer;
border-top:1px solid black;
}
.manina2:hover{
background-color:#eee;
}
.gomma{
width:30px;
height:30px;
cursor:pointer;
}
#supercontenitore{
position: absolute;
background-color:#fff;
width: 100%;
height:100%;
overflow: hidden;
}
#barrasx{
position: absolute;
top:0px;
width:100%;
background-color:lightyellow;
color:black;
border-bottom:1px solid red;
z-index:11;
}
#barradx{
position: absolute;
right: 0;
bottom:0;
width:100%;
height:80px;
color:black;
background-color:lightyellow;
border-top:1px solid red;
z-index:10;
}
#contenitore{
position: absolute;
left:0px;
top:0px;
width: 100%;
height:100%;
overflow: hidden;
}
#dentrocontenitore{
position: absolute;
left:0px;
top:0px;
width: 100%;
height:100%;
}
.pulsanti{
width:100%;
text-align:center;
}
.but{
width:33%;
font-size:16px;
height: 50px;
}
.gras{
font-weight:bold;
}
.centro{
text-align:center;
}
a {
color: green;
text-decoration: none;  
}
 a:hover{
     text-decoration: underline;
}