html, body
{
    width: 100%;
    height: 100%;
    font-weight: 300;
}


.main-container
{
    position: absolute;
    top: 0;
    left: 15rem;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


.content-navigation
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 31px;
    z-index: +1;
}


.content-container
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 31px;
}
