/* ---------------------------------------------------------
CSS DOCUMENT: TRANSCRIPTION

LINGUISTICS 20 PRACTICE MODULES
DEVELOPED AT THE UNIVERSITY OF CALIFORNIA, SANTA BARBARA
DEPARTMENT OF LINGUISTICS

HTML, CSS, JAVASCRIPT: CARLOS M NASH
         HTML AND CSS: KOBIN H KENDRICK
--------------------------------------------------------- */

#header {
	margin-bottom:0px;
	}
#header h1 {
	border:0px;
	}
#steps {
	font-size:100%;
	}

#mainContent {
	}
.targetBox {
	background-color:#FFFFFF;
	border:1px solid #EC078C;
	width:55%;
	float:left;
	margin-left:10px;
	text-align:center;
	font-size:300%;
	}
.targetWord {
	margin:0px;
	padding:5px;
	}
.answerBox {
	text-align:right;
	margin: 10px 10px 10px 65%;
	}
.answersList {
	font-family:"Doulos SIL", Gentium, "Lucida Sans Unicode";
	font-size:125%;
	}
.answerButton {
	padding-top:5px;
	}
#correct-w1, #correct-w2, #correct-w3, #correct-w4, #correct-w5 {
	display:none;
	}
#incorrect-w1, #incorrect-w2, #incorrect-w3, #incorrect-w4, #incorrect-w5 {
	display:none;
	}
.spacer {
	clear:both;
	padding:15px;
	}
#sideBar {
	display:none;
	}
.unicode {
	font-size:140%;
	}
#nothing {
	border:1px solid red;
	border:1px solid blue;
	}
#q01opt1, #q01opt2, #q01opt3, #q01opt4{
	display:none;
	}
#q02opt1, #q02opt2, #q02opt3, #q02opt4{
	display:none;
	}
#q03opt1, #q03opt2, #q03opt3, #q03opt4{
	display:none;
	}
#q04opt1, #q04opt2, #q04opt3, #q04opt4{
	display:none;
	}
#q05opt1, #q05opt2, #q05opt3, #q05opt4{
	display:none;
	}
#nextBox {
	display:none;
	}
	
audio { 
	height: 24px;
	width: 96px; 
	}