*
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body 
{
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-interpolation-mode: nearest-neighbor;
    image-rendering: optimizeSpeed;

    background: #000000;
    width:  100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    border: 0px;
}

#app_canvas 
{
    position: absolute;
    margin: auto;
    border: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#dyn_canvas 
{
    position: absolute;
    margin: auto;
    border: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

:-webkit-full-screen #app_canvas, #dyn_canvas
{
    width: 100%;
    height: 100%;
} 

span 
{
    font-style: italic;
}