body {
  margin: 0; padding: 0;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 62.5%; /* resets the page font size */
  text-align:center;
  background:#F0F0F0;
  /*background-image: url("../img/volume_levels.png"); 
  background-repeat: repeat-x;
  background-position: 0 5em;*/ 
}

h2 {
	font-weight:300;
}

#itemNumberHeader {
  	margin-bottom:2px;
	font-size:36px;
}

#labelSpinnerNumInstruments {
  margin-right: 10px;
}

#welcomeText {
	text-align:left;
	max-width: 50em; /*michael will 50*/
	margin: 0 auto;
	padding: 0 2em 0 2em;
}


.view {
  text-align: left;
}


#testProgressBar {
  width: 20em;
  height: 0.4em;  
  margin:0 auto;
}

table.questionnaire {
  
}

tr.questions {
  width: 100%;
}

td.question {
  text-align:right;
  padding-right: 1em;
  width: 50%;
}

td.answer {
  padding-left: 1em;
  text-align:left;
  width: 50%;
}


#spinnerNumInstruments {
  font-size: 1.5em;
  width: 1.5em;  
  height: 1.5em;
  text-align:center;
  margin-left: 4px !important;
  margin-right: 4px !important;
}

#instrumentsUpButton {
	font-size: 1em;  
	margin: 5px;
}

#instrumentsDownButton  {
	font-size: 1em;  
	margin: 5px;
}

#buttonTraining, #startTest, #nextButton {
	color: #000;
	/* background: #F3D083; */
	border: 1px solid #808080;
}

#buttonTraining:hover, #startTest:hover, #nextButton:hover {
	
	/* background: #F3A92B; */
}

.automargin {
  margin:0 auto;
}

a:link, a:hover, a:visited {
 color:#000; 
  /*text-decoration:none;*/
}

#buttonNotWorking {
  margin-left: 1em
} 
 
 
.soc-med-buttons {
  padding: 0 0.3em 0 0.3em;
}

.logos {
  padding: 0 4em 0 1em;
  float:left;
}

.logoimg {
  height: 5em;
}


.wiccHeader {
  position: relative;
  border-left-width: 0;
  border-right-width: 0;
  border: 1px solid #333;
  background: #111;
  color: white;
  font-weight: bold;
  font-size: 1.6em; /* equals 20px */
  text-shadow: 0 -1px 1px black;
  margin: 0 auto;
  padding: .7em 0px;
  text-align: center;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3C3C3C),to(#111));
  background-image: -webkit-linear-gradient(#3C3C3C,#111);
  background-image: -moz-linear-gradient(#3C3C3C,#111);
  background-image: -ms-linear-gradient(#3C3C3C,#111);
  background-image: -o-linear-gradient(#3C3C3C,#111);
  background-image: linear-gradient(#3C3C3C,#111);    
}

.wiccFooter {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
   
  border-left-width: 0;
  border-right-width: 0;
  padding: .1em .5em;
  border: 1px solid #BBB;
  background: #BBB;
  color: #333;
  text-shadow: 0 1px 0 #EEE;
  font-size: 1.2em;
  overflow: hidden;
  margin: 0 auto;

  background-image: -webkit-gradient(linear,left top,left bottom,from(#DDD),to(#BBB));
  background-image: -webkit-linear-gradient(#DDD,#BBB);
  background-image: -moz-linear-gradient(#DDD,#BBB);
  background-image: -ms-linear-gradient(#DDD,#BBB);
  background-image: -o-linear-gradient(#DDD,#BBB);
  background-image: linear-gradient(#DDD,#BBB);  
  
}

.wiccContent {
  z-index: 0;
  max-width: 80em;
  text-align: center;
  font-size: 1.3em;
  overflow: hidden;
  padding-bottom: 6em;
  background: #F0F0F0;
  margin: 2.5em auto 5em auto;
 /* border: 0.1em solid #BBB;  
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.5em #888;*/ 
}


#audiolabsLabel {
  padding-right: 2em;
  font-weight:bold;
}

#audiolabsLabel a {
 text-decoration:none;
 }
 
 #startTest, #buttonSuccess, #startButton, #buttonItemChallenge {
 	background: rgb(194, 213, 194);
 }
