body {
	background-color: #ecf0f1;
	font-family: "Lato", sans-serif;
	font-size: 1.1em;
}

h3 {
	text-align: center;
}

.background-tile {
	width: 300px;
	height: 300px;
	margin: 10% auto;
	border: 10px solid #2c3e50;
	border-radius: 20px;
	position: relative;
}

.tile {
	width: 42%;
	height: 42%;
	position: absolute;
/*	border-radius: 10px;*/
/*	background-color: #f6f6f6; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box=sizing: border-box;
	-ms-box-sizing: border-box;
}

.red {
	top: 15px;
	left: 17px;
	border: 0px solid #f22613;
	opacity: 0.5;
}

.blue {
	top: 15px;
	right: 13px;
	border: 0px solid #2980b9;
	opacity: 0.5;
}

.yellow {
	bottom: 15px;
	right: 13px;
	border: 0px solid #f1c40f;
	opacity: 0.5;
}

.green {
	bottom: 15px;
	left: 17px;
	border: 0px solid #2ecc71;
	opacity: 0.5;
}


#title {
	text-align: center;
}

.container {
	width: 100%;
	position: absolute;
	top: 43%;
	display: inline-block;
	text-align: center;
}

.wrapper {
	display: inline-block;
	margin: 0px 5px;
	line-height: 30px;
}

.counter {
	border: 2px solid #2c3e50;
	border-radius: 8px;
	background-color: #2c3e50;
}

#count {
	color: #f6f6f6;
}

.labels {
	font-size: 0.8em;
	font-weight: bold;
}

.buttons {
	margin: auto;
	display: block;
	border-radius: 50%;
	padding: 10px;
	border: 2px solid #2c3e50;
	background-color: #f6f6f6; 
}

.hide-message {
	display: none;
}

.show-message {
	font-size: 1.3em;
}