﻿html, body {
    margin: 0;
    padding: 0;
}

.stiJsViewerToolBar {
    position: fixed !important;
    top: 0;
    background-color: #fff;
}

.stiMvcViewerReportPanel {
    margin-top: 35px;
}

    .stiJsViewerPage table td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .stiJsViewerPage table td > img {
            padding: 1px;
        }

.stiJsViewerParentMenu, .stiJsViewerToolTip {
    position: fixed !important;
    top: 35px !important;
}
