/**
* Created by 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); /* hight light when click on android issue fixed by this */
    -webkit-text-size-adjust: none; /* rotate safari issue fixed by this */
}
body.lowquality * { filter: none !important; } /* html5 speed hack - test function */
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;
}
#tytlib_form {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
}
#tytlib_social {
    position: absolute;
    float: left;
    clear: both;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid black;
    -moz-border-radius:0px 0px 5px 0px;;
    -webkit-border-radius:0px 0px 5px 0px;;
    -ms-border-radius:0px 0px 5px 0px;;
    -o-border-radius:0px 0px 5px 0px;;
    border-radius:0px 0px 5px 0px;
}
#tytlib_user_name {
    width: 100%;
    position: absolute;
    text-align: right;
    float: left;
    clear: both;
}
#tytlib_fb_welcome {
    display: none;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -1px;
    margin-top: -1px;
    border: 1px solid black;
    -moz-border-radius:0px 0px 0px 5px;;
    -webkit-border-radius:0px 0px 0px 5px;;
    -ms-border-radius:0px 0px 0px 5px;;
    -o-border-radius:0px 0px 0px 5px;;
    border-radius:0px 0px 0px 5px;
}
#tytlib_ads_group {
    position: absolute;
    display: none;
    width:100%;
    height: 100%;
}
#tytlib_ads_background {
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(54, 25, 25, .5);
}
#tytlib_ads_banner {
    position: absolute;
    background-color: white;
    width:336px;
    height:280px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////END CONFIG ID
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////CONFIG CLASS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tytlib_div_center_point {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    -webkit-justify-content: center;
    align-items: center;
    text-align: center;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////END CONFIG CLASS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/