body,html{
background-color:brown;
font-family:arial;
font-size:14px;
color:black;
margin:0px;
}
#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;
}
#supercontenitore{
background-color:white;
}
.sommafrazioni{
position:relative;
width:250px;
height:60px;
margin: 0 auto;
}
.frazione{	
position:absolute;
left:0px;
top:0px;
width:50px;
height:60px;
}
.num{
position:absolute;
left:0px;
top:0px;
width:50px;
height:30px;
border-bottom:1px solid black;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.den{
position:absolute;
left:0px;
top:30px;
width:50px;
height:30px;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.num2{
position:absolute;
left:100px;
top:0px;
width:50px;
height:30px;
border-bottom:1px solid black;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.den2{
position:absolute;
left:100px;
width:50px;
top:30px;
height:30px;
width:50px;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.num3{
position:absolute;
left:200px;
top:0px;
width:50px;
height:30px;
border-bottom:1px solid black;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.den3{
position:absolute;
left:200px;
width:50px;
top:30px;
height:30px;
width:50px;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.segno{
position:absolute;
left:50px;
top:0px;
width:50px;
height:60px;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}
.uguale{
position:absolute;
left:150px;
top:0px;
width:50px;
height:60px;
display: flex;
justify-content: center;
align-items: center;
font-size:30px;
}

.sep{
clear:both;
}
.blu{
color:blue;
}
.nero{
color:black;
}
.verde{
color:green;
}
.rosso{
color:red;
}
h1{
text-align:center;
font-size:18px;
}
#frazione2{	
position:absolute;
top:340px;
width:80px;
}
.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;
}
#barrasx{
background-color:lightyellow;
border-top:1px solid red;
border-bottom:1px solid red;
}
#barradx{
background-color:lightyellow;
border-top:1px solid red;
border-bottom:1px solid red;
}
.quadretto{
position:absolute;
top:0px;
height:30px;
display: flex;
justify-content: center;
align-items: center;
font-weight:bold;
}
#contenitore1, #contenitore2, #contenitore3, #contenitore4, #contenitore5, #contenitore6{
position: relative;
width: 100%;
height:32px;
overflow: hidden;
margin: 0 auto
}
.pulsanti{
width:100%;
text-align:center;
}
.but{
width:50%;
font-size:16px;
height: 50px;
}
.gras{
font-weight:bold;
}
.bcyellow{
background-color:yellow;
}
.bckhaki{
background-color:#f0e68c;
}
.dbx{
padding: 5px;
}
.centro{
text-align:center;
}
a {
color: green;
text-decoration: none;  
}
 a:hover{
     text-decoration: underline;
}