/**
* Created by tyttoot.com
* License from www.tyttoot.com
*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////CONFIG TAG
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0 none;
    overflow: hidden;
    background-color: black;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-text-size-adjust: none;
}
body.lowquality * { filter: none !important; }
body:focus,body:active,a:focus,a:active,#game_canvas:focus,#game_canvas:active{outline:none} /* important for multi bug */
a {color: green; text-decoration: none;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////END CONFIG TAG
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////CONFIG ID
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tytlib_canvas {
    clear: both;
    float: left;
    width: 100%;
    background-color: black;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////END CONFIG ID
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/