#griglia table {
    margin-bottom:0!important;
}
#griglia td {
    width:100px;
    position: relative;
    text-align:center;
    white-space: nowrap;
}
#griglia td:hover::after { 
    background-color: rgba(0,0,0,.05);
    content: '\00a0';  
    height: 10000px;    
    left: 0;
    position: absolute;  
    top: -5000px;
    width: 100%;
    z-index: -1;        
}
#griglia td.billed {
    background:#efefef;
}

.hidden {
    display:none;
}

.container{
    padding-top:80px;
}

#socio, #dataconf {
    font-weight:bold;
}

#insConf {
    position:absolute;
}
#insConf input[type="number"] {
    height:44px;
    background:#9CF6C4;
    text-align:center;
}