html, body, .filler {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.relative {
    position: relative;
}
html, body, .navbar-fixed-top, .navbar-fixed-botom {
    min-width: 970px;
}
.detailed-control {
    min-width: 1350px;
}
body {
    background-color: #FCFCFC;
}
.overview2 {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}
.splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#underNavContainer {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
}

#sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
}

.sidebarSmall #sidebar {
    width: 55px;
}

#afterSideBarContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 230px;
    right: 0;
    overflow: auto;
}
.sidebarSmall #afterSideBarContainer {
    left: 55px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.spacing {
    padding: 10px;
    width: 100%;
    height: 100%;
}