html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{	margin:0;padding:0;	border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';	content:none;}table{border-collapse:collapse;border-spacing:0;}

body
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family:Helvetica, Calibri, Arial;
	font-size:15px;
	line-height: normal;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.floated {float:left;}
.figur {height: 145px; align:center;}
.figur img {height: 145px;}
.clickimg {width: 75%;}
.displaynone {display:none;}

#game {
	width:50%;
	min-width:900px;
	margin:0px auto;
}

#playzone-ki, #playzone-user ,#stats {
	height:145px;
}

#playzone-user div ,#playzone-ki div , #stats div{
	margin:0px auto;
	text-align: center;
	line-height: 100px; 
vertical-align: middle;
	width:33.33333%;
	box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}

#playzone-user div  {
	cursor:pointer;
	
}

#playzone-user >div:hover {
	background: rgba(0, 0,255, 0.5);
}


.won {background: rgba(0, 255, 0, 0.6) !important;}
.loose {background: rgba(255,0, 0, 0.6) !important;}
.draw {background: rgba(255,255, 0, 0.6) !important;}
.selected-ki { /*background: rgba(255, 0, 0, 0.6);*/}
.selected-user { /*background: rgba(0, ,255, 0.6);*/}

#stats {
	/* Fallback for web browsers that doesn't support RGBa */
	/*background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	/*background: rgba(0, 0, 0, 0.2);*/
}

#playzone-ki {
	/* Fallback for web browsers that doesn't support RGBa */
	/*background: rgb(255, 0, 0);
	/* RGBa with 0.6 opacity */
	/*background: rgba(255, 0, 0, 0.2);*/
}

#playzone-user {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 255, 0.2);
}

#game-messages span {
	display:block;
}