
.helpCursor{
    cursor: help !important;
}

/* .fc-content{
    font-family: 'FontAwesome' !important;
} */
.fc-day-number{
    float: left !important;
}
.fc-scroller {
 height:auto!important;
 overflow:hidden!important;
}
.fc-body .fc-row {
    height:150px;
}
#resaMobile{
    display: none!important;
}

@media screen and (max-width: 800px) {
     .fc-body  .fc-row {
        height:75px;
    }
    .btn-resa{
        display: none!important;
    }
    #resaMobile{
        display: block!important;
    }
    .entry-content thead th, .entry-content tr th, .entry-content tr td {
        padding : 0px;
    }
    .entry-content table   {
        margin-bottom:0px;
    }
}
