/* Contenitore generale */
.report-preview{
    margin-left: auto;
    margin-right: auto;
}

.report-cont {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    box-shadow: 0px -4px 20px 0px rgba(51,51,20,0.56);
    border: solid 1px gray;
}

.report-page {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
}


/*Elementi del Report */
.RptSpan {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

    .RptSpan.hyper:hover {
        background-color: orange;
    }