<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.11.2018, 17:04:34
    Author     : Paul Schlichter
*/


/* css reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

body
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

#fscontainer
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#stage
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#video
{
    position: absolute;
    visibility: "hidden";
}</pre></body></html>