#lake {
	position       : relative;
	left           : 0px;
	top            : 0px;
	width          : 100%;
	height         : 110px;
	overflow       : hidden;
	background     : #ffffff;
	z-index        : 1;
	-webkit-tap-highlight-color : transparent;
}
.crocodile {
	position       : absolute;
	bottom         : 0px;
	font-size      : 42px;
	font-family    : sans-serif;
	width          : 42px;
	height         : 59px;
	text-align     : center;
	overflow       : hidden;
	color          : #000000;
	z-index        : 2;
}
#c0 { left         :   4px; }
#c1 { left         :  49px; }
#c2 { left         :  94px; }
#c3 { left         : 139px; }
#c4 { left         : 184px; }
#c5 { left         : 229px; }
#c6 { left         : 274px; }

#score {
	margin         : 12px;
	border-spacing : 8px;
}
#score * {
	font-weight    : normal;
	text-align     : right;
}
#score td {
	font-family    : monospace;
	font-size      : 110%;
}
