.gamePanel {
	width: 300px;
}

.hangPanel {
	width: 200px;
}

.wordPanel {
	width: 570px
}

.usedPanel,.cluePanel,.guessPanel {
	width: 350px;
}

.hangPanel {
	background-color: Wheat;
}

.usedPanel,.guessPanel {
	height: 72px;
	min-height: 72px;
}

.hangPanel,.usedPanel,.cluePanel,.wordPanel,.guessPanel {
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px;
}

.used_label,.clue_label,.guess_label {
	width: 100px;
	font-weight: bold;
}

.guessChar,.usedLabel,.clueLabel {
	width: 160px;
}

.outputPanel {
	
}

.exLinkHTML,.wordLabel {
	text-align: center;
	font-size: 20px;
}

.exLinkHTML{
	margin: 10px	
}

.exVisitHTML {
	margin: 10px;
}

.exVisitHTML a{
	font-weight: bold;
}
.exDescLabel {
	margin: 10px, 20px, 10px, 20px;
	text-align: justified;
}

.exStrapLabel {
	text-align: center;
	font-weight: bold;
	margin: 10px;
}

.gameCompleteLabel {
	font-size: 18px;
	font-weight: bold;
}

.gameCompleteLabel,.errorMsgLabel {
	color: red;
}

.errorMsgLabel {
	text-align: center;
}