#pages {
    overflow: hidden;
    height: 100%;
}

#assistantPage {
    height: 100%;
    overflow: scroll;
    min-width: 100%;
}

#settingsPage {
    position: fixed;
    min-width: 100%;
    text-transform: none;
    height: 100%;
}
