BODY{ padding: 0px 0px 0px 0px !important; }
/*--- TAGY ---*/
.hra IMG{
 position: relative;
 display: block;
 max-width: 100%;
 margin: 0px auto 0px auto;
}
.hra STRONG{
 position: absolute;
 top: 30px;
 left: 30px;
 display: block;
 width: 70px;
 height: 72px;
 padding: 8px 0px 0px 10px;
 font-size: 50px;
 color: #505050;
 background-color: #FFFFFF;
 -webkit-border-radius: 50px 50px 50px 50px;
 -moz-border-radius: 50px 50px 50px 50px;
 -khtml-border-radius: 50px 50px 50px 50px;
 border-radius: 50px 50px 50px 50px;
 text-align: center;
}
.hra STRONG EM{
 position: absolute;
 bottom: 0px;
 right: -50px;
 font-style: normal;
 font-size: 25px;
 color: #FFFFFF;
}
/*--- ODKAZY --*/
.hry A,
.hry A:link,
.hry A:visited{
 position: relative;
 display: block;
 width: 25%;
 float: left;
}
.hry A:hover,
.hry A:active{
 opacity: 0.50;
 filter: alpha(opacity=50);
}
.hry A IMG{
 display: block;
 width: 100%;
}
.hry A STRONG,
.hry A:link STRONG,
.hry A:visited STRONG,
.hry A:hover STRONG,
.hry A:active STRONG{
 position: absolute;
 top: 10px;
 left: 7px;
 display: block;
 width: 30px;
 height: 28px;
 padding: 2px 0px 0px 0px;
 font-size: 18px;
 color: #505050;
 background-color: #FFFFFF;
 -webkit-border-radius: 50px 50px 50px 50px;
 -moz-border-radius: 50px 50px 50px 50px;
 -khtml-border-radius: 50px 50px 50px 50px;
 border-radius: 50px 50px 50px 50px;
 text-align: center;
}
.hry A STRONG EM,
.hry A:link STRONG EM,
.hry A:visited STRONG EM,
.hry A:hover STRONG EM,
.hry A:active STRONG EM{
 position: absolute;
 bottom: -20px;
 right: 2px;
 font-style: normal;
 font-size: 14px;
 color: #FFFFFF;
}
/*--- DESIGN ---*/
.hry{
 padding: 1px 0px 0px 0px;
}

/* 0 px - 640 px */
@media screen and (max-width: 640px){
  .hra STRONG{
   top: 5px;
   left: 5px;
   width: 45px;
   height: 40px;
   padding: 10px 0px 0px 5px;
   font-size: 25px;
  }
  .hra STRONG EM{
   bottom: -25px;
   right: 5px;
   font-size: 20px;
  }
  .hry A,
  .hry A:link,
  .hry A:visited{
   width: 50%;
  }
  .hry A STRONG,
  .hry A:link STRONG,
  .hry A:visited STRONG,
  .hry A:hover STRONG,
  .hry A:active STRONG{
   width: 28px;
   padding: 2px 0px 0px 2px;
  }
}