html, body {
    height: 100%;
}

#infoBar{
    width: 100%;
    height: 5%;
    position: absolute;
    color: lightgreen;
}

.emulator_body{
    height: 100%;
    overflow: hidden;
}

.emulator_footer{
    height: 5%;
}

.emulator_thumby{
    position: absolute;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.emulator_canvas{
    position: absolute;
}

.emulator_screenshot_btn{ display: none; }

.emulator_record_toggle_btn{ display: none; }

