	@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body {
	margin: 0;
}
.me-plugin {
	height: 0;
}
#cr-stage {
	margin: 0;
	border: 1px solid black;
	font-family: "PT Sans", sans-serif;
}
#cr-stage [class*=e_panel], #cr-stage [class*=e_score] {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#cr-stage .e_play, #cr-stage .e_panel_sound {
	cursor: pointer;
}
#cr-stage .e_logo {
	font-size: 20px;
	font-weight: bold;
	text-shadow:        1px 1px 1px #222,        -1px -1px 1px #222;
	cursor: pointer;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
}
#cr-stage .e_logo, #cr-stage:hover .e_logo {
	color: gold;
}
#cr-stage:hover .e_logo:hover {
	color: #e08b1b;
}
#cr-stage .e_score {
	height: 248px;
	top: 100px;
	left: 150px;
	width: 340px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#cr-stage .e_score_img {
	left: 160px;
}
#cr-stage .e_score_count {
	left: 212px;
	width: 120px;
}
#cr-stage .e_score_value {
	left: 357px;
	width: 120px;
	text-align: right;
}
#cr-stage .e_score_coins {
	top: 110px;
}
#cr-stage .e_score_bags {
	top: 150px;
}
#cr-stage .e_score_chests {
	top: 190px;
}
#cr-stage .e_score_coins.e_score_img, #cr-stage .e_score_bags.e_score_img {
	margin-left: 15px;
}
#cr-stage .e_score_chests.e_score_img {
	margin-top: -5px;
}
#cr-stage .e_score_line {
	top: 235px;
	left: 160px;
	width: 320px;
	border-top: 1px dashed white;
}
#cr-stage .e_score_total {
	top: 247px;
}
#cr-stage .e_score_back {
	cursor: pointer;
}
#scorewrap {
	background: none repeat scroll 0 0 rgb(65,65,65);
	position: absolute;
	top: 481px;
	width: 640px;
	z-index: 2;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#seznamscore {
	float: left;
	font-family: Comic Sans MS;
	font-size: 16px;
	margin: 0;
padding-top: 5px;
	list-style: none;
	text-decoration: none;
}
#seznamscore > div {
	float: left;
	width: 154px;
}
.li1 {
	margin-left: 13px;
  
}
.li2, .li3 {
	margin-left: 17px;

}
.li3 {
	color: green;
}
#bombswrap {
  width:73px !important;
  margin-left:25px;
}
#bombimage{
	float: left;
}
#bombnumber{
             color: red;
  font-size: 21px;
  margin-left:10px;
  font-family: "PT Sans",sans-serif;
  font-weight: bold;
          } 
                                                                                                    