.clear {clear: both;}

.snapshot { border: 3px solid #D3D3ED; margin: 0 20px 10px 0; float: left; }
.snapshot.right { float: right; margin: 0 0 10px 20px;}

#vocabword {font-size: 20px; font-weight: bold;}
.spellword {border: 1px solid, blue; position: relative;}
.spellword .firstletter { top: -3px; font-weight: bold; width: 15px; text-align: center; display: inline-block; margin-top: 10px; }
.spellword input {width: 160px;}
.spellword input.hit {background-color: #D3F9C0;}
.spellword input.fail {background-color: #EFA2A2;}

.ra_index {width: 20px; display: inline-block; text-align: right; margin-right: 10px;}
.bigletter {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 20px;
}

#soundfx {font-size: 30px; cursor: pointer; margin-top: 30px;}
.glyphicon-volume-up {color: green;}
.glyphicon-volume-off {color: red;}

.bkgblue {background-color: blue;}
.score1 {margin-top: 20px;}
.scorelabel {width: 85px; color: #808AAD; text-align: right; display: inline-block;}
.labelcolour {color: #808AAD; }

.adspacer {margin-top: 30px;}

.tabbable li a {outline: none;}
#footerrow {font-size: 70%; margin: 30px 0;}
.btnrow {margin-top: 30px;}

.hitmark {font-size: 25px; width: 25px; top: 6px;}
.hitmark.hit {color: #57BA50;}
.hitmark.fail {color: #CE0202;}

.scootch-dn-20 {margin-top: 20px;}
#statstab .letter {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 20px;
}
#statstab .hits {color: #3DBF41;}
#statstab .fails {color: #BF3D3D;}


