.bgGreyGrad {
    background: #466368;
    background: -webkit-linear-gradient(to right, #ffffff, dimgrey);
    background:    -moz-linear-gradient(to right, #ffffff, dimgrey);
    background:         linear-gradient(to right, #ffffff, dimgrey);
    padding-right: 0.5em;
    margin-top: 0;
    -webkit-margin-after: 0.2em;
}

.hidden {
    z-index: -2!important;
}

.background {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.foreground {

}

div .stageWrapper {
    position: relative;
    display: inline-block;
    min-width: 300px;
}

.button{
    width: 45px;
    height: 45px;
}

.menu{
    display: inline-block;
    vertical-align:top;
    position: relative;
    margin: 1vw;
    font-size: 1rem;
}

.content{
    min-width:500px;
    white-space: nowrap;
}

h2{
    -webkit-margin-before: 0;
}

.buttonBar{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}