table#activity {
	display:none;
	margin: 0 auto;
	padding-top: 55px;
}
#response_buttons {
	display:none;
	margin: 20px auto;
	/*position: relative;*/
	text-align: center;
	/*bottom: 20px;*/
	background-color: #ffffff !important;
}
/*.response_button {
	font-family:Verdana, sans-serif;
	font-size:18px !important;
	width: 80px;
	display: inline-block;
	padding:5px 0;
	margin: 10px 20px;
}*/

#color1_button, #color2_button, #color3_button {
	font-family:Verdana, sans-serif;
	font-size:18px !important;
	width: 60px;
	display: inline-block;
	padding:5px 0;
	margin: 10px 10px;
	background-color: #ffffff;
}

#trial_number {
	padding: 15px;
}

#next_trial {
	margin:12px;
	width: 240px;
	display: inline-block;
	font-family:Verdana, sans-serif;
	font-size:18px !important;
	padding:5px 0;
	margin: 0px auto 10px auto;
}

#start_trial {
	overflow: auto;
  	margin: auto;
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	height: 50px;
	width: 240px;
	display: inline-block;
	font-family:Verdana, sans-serif;
	font-size:18px !important;
	padding:5px 0;  	
}

#start_trials {
  	width: 240px;
  	display: block;
  	font-family: Verdana, sans-serif;
  	font-size: 18px !important;
  	padding: 5px 0;
  	margin: 50px auto 10px auto;
}


#experiment_stage {
	/*display:none;*/
	position:relative;
	width:650px;
	height:auto;
	min-height:500px;
	border:1px solid #000;
	border-radius:10px;
	margin:20px auto 0 auto;
	background-color: #ffffff;
	
}

#stim_feedback {
	display:none;
	/*position: absolute;*/
	top: 60%;
	left: 25px;
	/*width: 600px;*/
	text-align: center;
	font-size: 20px;
	color: red;
	font-weight:normal;
	z-index: 100;
}

/* use gray feedback, so we don't have any confusion with colors */
#correct_fdbk {
	color: #666;
}
#incorrect_fdbk {
	color: #666;
}

#stim_feedback[data-correct="true"] {
	color: rgb(34, 133, 34);
}

#experiment_prompt {
	/*
	position: relative;
	top: 37%;
	width: 300px;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	color: #666;
	padding: 0;
	text-align: center;
	*/
	display: none;
  	text-align: center;
	font-size: 18px;
	padding-top: 30%;
}

#experiment_stimulus {
	position: relative;
	visibility: hidden;
	/*width: 600px;
	height: 350px;
	margin: 20px auto;*/
	font-size: 18px;
	text-align: center;
	background-color: #ffffff;
	
}
#stim_word {
	margin: auto auto;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 40%;
}

#color_key {
	display:none;
	margin: 15px;
	text-align: center;
}

/* data table td */
.center {
	text-align: center;
}

#data_view_selector {
	margin-bottom:25px;
}

#data_container {

}

#graph_container {
	height:400px;
	width:720px;
}

#graph_instructions {
	font-style:italic;
	color:#666;
	/*text-align:center;*/
	font-size:.8em;
	margin:5px 0;
}

#graph_instructions p {
	margin: 5px;
}

#results_table {
	border-collapse:collapse;
	border: 1px solid #000;
}

#results_table td, #results_table th {
	white-space:nowrap;
	padding:8px 15px;
}

#results_table td {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#666;
	text-align:center;
}

#results_table .bl {
	border-left:1px solid #666;
}

#results_table th {
	background-color:#ccc;
	vertical-align:bottom;
}
