root { 
    display: block;
}

#container{
    position: relative
}

*, *: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: 'bd_cartoon_shoutregular';
    src: url('bd_cartoon_shout-webfont.eot');
    src: url('bd_cartoon_shout-webfont.eot?#iefix') format('embedded-opentype'),
         url('bd_cartoon_shout-webfont.woff2') format('woff2'),
         url('bd_cartoon_shout-webfont.woff') format('woff'),
         url('bd_cartoon_shout-webfont.ttf') format('truetype'),
         url('bd_cartoon_shout-webfont.svg#bd_cartoon_shoutregular') format('svg');
    font-weight: normal;
    font-style: normal;


}

.logearse{
color: black;
position: absolute;
top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;align-items: center;border-radius: 3px; left: 0px;
}
.contenedor_texto{
  background-color: white;border: 2px solid #f20041;padding: 10px;border-radius: 18px;color: black;font-size: 12px;
}

.texto-nick {
    display: block;
    text-align: center;
    color: black;
    margin-bottom: 17px;
    max-width: 70%;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 17px;
}

.nickname{
  display: block;
margin: 0 auto;
    margin-bottom: 0px;
border: 1px solid black;
margin-bottom: 10px;
}
.confirmar_nickname {
    background-color: #de415d;
    text-decoration: none;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.tg  {border-collapse:collapse;border-spacing:0;width:100%;margin-top:10px;} 
.tg td{font-family: Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;  background-color: rgb(57, 186, 252, 0.4);}
.tg th{ font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-baqh{text-align:center;vertical-align:middle}
.tg .tg-lqy6{text-align:right;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
.tg td.decorado, .tg th.decorado {
   font-weight:bold;
  
   background-color: rgb(222, 65, 93, 0.4);
}
.decorado{
    font-weight:bold;
 
}
.premios-tres{
  text-align: center;
}

#highscore{
          padding: 6px 5px;
    background-color: #de415d;
    color: white;
    float: left;
    width: 100%;
}
#highscore h2{
        display: inline;
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 0px;
    float: left;
}

#highscore span {
    float: left;
    
    font-weight: bold;
}
.premios-tres{
  margin-top:40px;
}

.table-responsive{
  margin-bottom:20px;
}
