/* DIVERS */
.iframeTab {
    width: 100%;
    height: 100%;
    border: 0px;    
}

/* SCREEN.CSS */
.l-container {
    max-width: 85em !important;
}

@media only screen and (min-width:40em) and (min-width:48em) {
    .l-main-wrapper--with-sidebar-first .l-main {
        width: 80% !important;
        padding-left: 3.22581%;
        margin-left: 15% !important;
    }
    .l-main-wrapper--with-sidebar-first .l-sidebar--left {
        width: 15% !important;
    }
}

/* DOJO */
.dijitTabChecked::before {
    background: #81B92F !important;
}

.dijitTabPaneWrapper {
    height: 100% !important;
}