@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?xxvfb4');
	src:url('fonts/icomoon.eot?#iefixxxvfb4') format('embedded-opentype'),
		url('fonts/icomoon.woff?xxvfb4') format('woff'),
		url('fonts/icomoon.ttf?xxvfb4') format('truetype'),
		url('fonts/icomoon.svg?xxvfb4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size:1em;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: center;
	background:#f9f6f3;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

h1 {
	font-size:2em;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#333;
}


.timer,.bombs {
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height:1em;	
	background-color: #444;
	color:#bd0505;
	margin-bottom:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	width:110px;
}

.timer {
	float: left;
}

.bombs {
	float:right;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor:pointer;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-smiley:before {
	content: "\e602";
}

.icon-cool:before {
	content: "\e603";
}

.icon-angry:before {
	content: "\e604";
}

.icon-shocked:before {
	content: "\e605";
}

.status {
	position:absolute;
	font-size:2.5em;
	left:50%;	
	margin:0 0 0 -20px;
	color:#444;
	background-color: yellow;
	border-radius: 50%;
	padding:0px;
}

.grid {
	width:474px;
	margin:30px auto;
	position:relative;	
}

.win-bar {
	position:absolute;	
	height:10px;
	left:50%;	
	display: none;
	background: -moz-linear-gradient(top,  rgba(0,180,255,0.94) 0%, rgba(0,180,255,0.74) 22%, rgba(0,180,255,0.15) 78%, rgba(0,180,255,0.08) 89%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,180,255,0.94)), color-stop(22%,rgba(0,180,255,0.74)), color-stop(78%,rgba(0,180,255,0.15)), color-stop(89%,rgba(0,180,255,0.08)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,180,255,0.94) 0%,rgba(0,180,255,0.74) 22%,rgba(0,180,255,0.15) 78%,rgba(0,180,255,0.08) 89%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,180,255,0.94) 0%,rgba(0,180,255,0.74) 22%,rgba(0,180,255,0.15) 78%,rgba(0,180,255,0.08) 89%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,180,255,0.94) 0%,rgba(0,180,255,0.74) 22%,rgba(0,180,255,0.15) 78%,rgba(0,180,255,0.08) 89%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,180,255,0.94) 0%,rgba(0,180,255,0.74) 22%,rgba(0,180,255,0.15) 78%,rgba(0,180,255,0.08) 89%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f000b4ff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.message {
	color: #aaa;
	font-size: 1.75em;
	line-height: 2;
	width:474px;
	text-align: left;
	margin: 0 auto;
}

.restart {
	font-size:0.6em;
	color:#fff;
	background-color:seagreen;
	float: right;
	width:100px;	
	margin:15px 0 0 0;
	text-align: center;	
	cursor: pointer;
}

.clearfix:after {
    visibility: hidden;
    display: none;
    font-size: 0;
    content: " ";
    clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }