body,html{
background-color:white;
font-family:arial;
font-size:14px;
color:white;
margin:0px;
overflow: hidden;
}
.perimetro{
position:absolute;
text-align:center;
color:black;
}
#nt{
font-size:14px;
color:black;
cursor:default;
}
.rd{
font-size:18px;
color:black;
cursor:default;
}
#rd2{
font-size:18px;
color:red;
cursor:default;
}
#rd3{
font-size:20px;
color:blue;
cursor:default;
}
#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;
border-bottom:1px solid black;
font-size:20px;
color:black;
}
.ver{
position:absolute;
width:30px;
height:30px;
background-color:blue;
opacity:0.2;
border-radius:50%;
z-index:10;
}
h2{
position:absolute;
left:137px;
top:0px;
color:black;
}
.blu{
color:blue;
}
.rosso{
color:red;
}
.marrone{
color:brown;
}
.grigio{
color:gray;
font-size:10px;
}
#smile{
width:80px;
}
.divider {
margin: 8px 0 0 0;
}
 .divider {
height: 1px;
overflow: hidden;
background-color: #e0e0e0;
}
#istru{
position:absolute;
right:0;
top:0;
width: 100%;
background-color: green;
color: white;
display:none;
z-index:100;
}
.giust{
position:absolute;
left:-5000px;
top:0;
width: 100%;
height: 100px;
background: green;
color:white;
text-align:center;
line-height: 40px;
font-size:40px;
z-index:10;
}
.manina{
cursor:pointer;
}
.manina:hover{
background-color:#eee;
}
.manina2{
cursor:pointer;
border-top:1px solid black;
}
.manina2:hover{
background-color:#eee;
}
#supercontenitore{
position: absolute;
background-color:#fff;
width: 100%;
height:100%;
overflow: hidden;
}
#barrasx{
position: absolute;
top:0px;
width:135px;
height:100%;
color:black;
z-index:11;
}
#controllo{
position: absolute;
left: 150px;
top:0px;
color:black;
background-color:lightyellow;
border:1px solid red;
width: 200px;
padding:10px;
visibility:hidden;
z-index:11;
}
#barradx{
position: absolute;
right: 0;
top:0px;
width:130px;
height:100%;
color:black;
background-color:lightyellow;
border-left: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%;
}
#dentrocontenitore{
position: absolute;
left:0px;
top:0px;
width: 100%;
height:100%;
}
.but{
width:80%;
font-weight:bold;
}
.butbig{
width:100%;
font-size:16px;
height: 50px;
}
.bt{
width:30px;
height:30px;
font-size:14px;
}
.btok{
width:30px;
height:30px;
font-size:12px;
}
.camposx{
width:50%;
text-align:center;
float:left;
}
.campo{
float:left;
}
.gomma{
width:20px;
height:20px;
cursor:pointer;
}
.valori{
width:99%;
height:25px;
font-size:14px;
text-align:center;
border:1px solid black;
background-color:#ffffff;
}
.somma{
height:20px;
font-size:16px;
text-align:center;
border:1px solid black;
background-color:#ffffff;
}
.dbx{
font-size:12px;
margin:5px;
}
.dbx2{
font-size:14px;
margin:5px;
}
.sep{
clear:both;
}
.gras{
font-weight:bold;
}
.centro{
text-align:center;
}
a {
color: green;
text-decoration: none;  
}
 a:hover{
     text-decoration: underline;
}