root { 
    display: block;
}

body{
    background-color: #b7b7b7;
    background-repeat: repeat-x;
    background-position: top;
    background-image: url("../sprites/bg_tile.jpg")/*tpa=https://m.shtoss.com/game/penalty-kicks/sprites/bg_tile.jpg*/;    
}

*, *:before, *:after {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
     
input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }

#canvas{
    position: fixed;
}

canvas {
    image-rendering: optimizeSpeed;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
	-ms-touch-action: none;
}

.ani_hack{
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent; /* mobile webkit */
}

/***************FONTS*******************/
@font-face {
    font-family: 'blackplotanregular';
    src: url("blackplotan-webfont.eot")/*tpa=https://m.shtoss.com/game/penalty-kicks/css/blackplotan-webfont.eot*/;
    src: url("blackplotan-webfont.eot-#iefix")/*tpa=https://m.shtoss.com/game/penalty-kicks/css/blackplotan-webfont.eot?#iefix*/ format('embedded-opentype'),
         url("blackplotan-webfont.woff2")/*tpa=https://m.shtoss.com/game/penalty-kicks/css/blackplotan-webfont.woff2*/ format('woff2'),
         url("blackplotan-webfont.woff")/*tpa=https://m.shtoss.com/game/penalty-kicks/css/blackplotan-webfont.woff*/ format('woff'),
         url("blackplotan-webfont.ttf")/*tpa=https://m.shtoss.com/game/penalty-kicks/css/blackplotan-webfont.ttf*/ format('truetype'),
         url("blackplotan-webfont.svg#blackplotanregular")/*tpa=https://m.shtoss.com/game/penalty-kicks/css/blackplotan-webfont.svg#blackplotanregular*/ format('svg');
    font-weight: normal;
    font-style: normal;

}
