/* Univerzalne CSSko pre vsetky uvodne obrazovky PPM */
body {
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.001s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	50%{	opacity: 0.8; }
	to{	opacity: 1; }
}

#hry {
  position: relative;
}

.outer_box_hry {
  position: absolute;  
  width: 208px;
  height: 35px;
  background-color: #373737;
  z-index: 10;
  top: -4px;
  left: -4px;
}

#hry #sample {
	float: right;
	width: 200px;
	height: 28px;
	background-image: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/ppm/select_other_games.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
  position: relative;
  z-index: 20;
}

#hry .dropdown dt span {
  margin-left: 30px;
}