body {
	font-family:'Jura', 'Courier new';
}

#keyboard {
	text-align: center;
	display: table;
	margin: auto;
}

#keyboard .key {
	text-align: center;
	display:inline-table;
	background: #333;
	color: #fff;
	margin: 10px;
}

#keyboard.alphabet .key {
	height: 50px;
	width: 50px;
	line-height: 45px;
	font-size: 36px;
}

#word {
	font-size: 60px;
	text-align: center;
	margin: 10px auto;
}

#image {
	margin: 0px auto 0;
	display: table;
	border: 3px solid #333;
	width: 280px;
	height: 280px;
	background: #fff;
}

.randoms {
	display: none;
	text-align: center;
	max-width: 400px;
	margin: 0px auto 0;
}

.randoms.images img.random {
	margin: 10px;
	display: inline-table;
	border: 3px solid #333;
	width: 100px;
	height: 100px;
	background: #fff;
	cursor: hand;
	cursor: pointer;
}