
html{

background: transparent;
    
}

@media only screen and (min-width: 320px) and (max-width: 767px){

#tavolo{
margin-left: -15px;
     
}
    
}




@media only screen and (min-width: 768px) {

#tavolo{
margin-left: -115px;
width: 700px;
height: 529px;
}
                
} 


#bottoneLogout{

cursor: pointer;

}

.back-button a i{

font-size: 2.30rem;

}


.skiptranslate
{
    display:none;
}