.stopwatch span {
display: table-cell;
width: 33%;
font-size: 3em;
font-family: 'Open Sans', sans serif;
text-align: center;
vertical-align: middle;
transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
color: white;
}

.stopwatch .hours {
font-weight: 600;
}

.stopwatch .minutes {
font-weight: 600;
}

.stopwatch .seconds {
font-weight: 600;
}

.watch .controls {
display: table;
transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
}

.watch .controls button {
	margin: 5px;
	padding: 10px;
}

.watch {
	position: absolute;
	/* Stay in place */
	z-index: 2;
	/* Location of the box */
	left: 45%;
	top: 0;
	width: 300px;
	display: none;
}
