﻿#theme-switcher {
    float: right;
    width: 12em;
    height: 30px;
}

.trv-report-viewer div.trv-content-wrapper,
.trv-pages-area,
.trv-pages-area .trv-page-container {
    position: static !important;
}

    .trv-pages-area .trv-error-pane {
        position: absolute !important;
        float: none;
        z-index: 1;
        top: 0;
    }

.trv-page-wrapper {
    /* Uncomment to add initial minimum height to the viewer */
    /* min-height: 200px; */
}

.trv-side-menu {
    z-index: 1;
    left: -14em;
}
