/* CSS Document */
#canvas {border: 0px solid black;float: left;position:relative;left: 2px}
#control {float:left;width:144px;height: 624px;}
.hidden {display:none;}
html,body {
	text-align: center;
	background-image:url(images/pozadi2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0px;
	overflow:hidden;
	font-family: 'Architects Daughter', cursive;
	background-color:#ece7e3;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
	position:relative;
		top:-10px;
}
@media only screen and (max-device-width: 1024px) {
	html,body {
		background-image:url(images/pozadi2_mobile.jpg);
		position:relative;
		top:-20px;
	}
}
#content {
	width: 960px;
	height: 700px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	top: 40px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
#cas {
	font-size: 24px;
	color:#333;
	margin-left: 5px;
}
#status {
	font-size: 17px;
	color:#333;
	margin-left: 12px;
	position:relative;
	top: -10px;
}
tr {cursor: pointer;}
tr:hover {color: black}
#time {font-size: 24px;color:#333;visibility:hidden;position:relative; top: 30px;left:15px}

#canvas {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
