/* Topaz New font by Alan Tinsley (https://www.dafont.com/topaz-new.font) */
@import url('/assets/stylesheets/topaz.css');
@import url('/assets/stylesheets/workbench1.css');

html, body { font-family: Topaz, Arial, Helvetica, sans-serif; }

.center, #center { text-align: center; }

.div-center, #div-center {
    margin: auto;
}

div.window.mirror {
    width: 70%;
    height: 600px;
}

div.window.mirror .content {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

iframe.mirror {
    border: none;
    width: 100%;
    height: 580px;
}