body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-style: normal;
    font-family: "Open Sans";
}

#main {
    width: 100%;
    height: 100%;
    background: inherit;
}

#main #info {
    top: 0px;
    left: 0px;
    z-index: 10;
    position: absolute;
}

#main #info div {
    padding: 3px;
    position: absolute;
}

#main #stage {
    width: 100%;
    height: 100%;
}

#main #controls {
    top: 0px;
    right: 0px;
    z-index: 10;
    padding: 3px;
    position: absolute;
}

#main #controls .option .display {
    width: 100%;
}

#main #source {
    left: 3px;
    bottom: 26px;
    z-index: 10;
    position: relative;
}

#main #source a {
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
}

#main #source a img {
    height: 16pt;
}