html,body{
    padding:0;
    margin:0;
    overflow:hidden;
    background:#000;
    color:#fff
}
html,body,canvas{
    touch-action:none;
    touch-action-delay:none
}
#notSupportedWrap{
    margin:2em auto 1em;
    width:75%;
    max-width:45em;
    border:2px solid #aaa;
    border-radius:1em;
    padding:2em;
    background-color:#f0f0f0;
    font-family:segoe ui,Frutiger,frutiger linotype,dejavu sans,helvetica neue,Arial,sans-serif;
    color:#000
}
#notSupportedTitle{
    font-size:1.8em
}
.notSupportedMessage{
    font-size:1.2em
}
.notSupportedMessage em{
    color:#888
}
/*@font-face{
    font-family:opensans-bold;
    src:url(../soccerheroes/fonts/opensans-bold.ttf) format('truetype')
}
@font-face{
    font-family:opensans-regular;
    src:url(../soccerheroes/fonts/opensans-regular.ttf) format('truetype')
}
@font-face{
    font-family:squadaone-regular;
    src:url(../soccerheroes/fonts/squadaone-regular.ttf) format('truetype')
}*/