html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.topbar{
    display: none;
}

#logo {
    position: absolute;
    width: 15%;
    right: 1%;
    top: 5px;
    z-index: 10;
}

#versionNumber {
    background-color: #7d8492;
    border: none;
    color: white;
}