
/* NUBS workbook - reveals answers */
table.qa_table td{
	vertical-align: top;
}

.wb_qreveal, .wb_qhint {
/*	background:#F4EAFF; */
	display: none;
}

span.wb_qreveal, div.wb_qreveal, span.question_result_icon {
	font-style:italic; font-weight:bold; font-size:96%;
/*	background:#F4EAFF;*/
	background:#F9F4FF;display: inline;
	display: none; padding:0 0.2em 0 0.2em;}

span.wb_qreveal, * div.wb_qreveal *{
	font-size:100% !important;
}	


img.wb_qreveal{
	padding:0;margin:0;background: none;border:0;
}
.results_icon{
	border:none;
}

.wb_qsubmit {
	display: block;
}
.wb_qreset {
	display: none;
}

.wb_hl_1{
	background: #FEFF64;
	color: #000;
	font-weight: bold;
}

.wb_hl_2{
	background: #FF5555;
	color: #fff;
	font-weight: bold;
}

.wb_hl_3{
	background: #2A2BA8;
	color: #fff;
	font-weight: bold;
}

.wb_hl_4{
	background: #00CE02;
	color: #000;
	font-weight: bold;
}

.wb_hl_5{
	background: #000;
	color: #eee;
	font-weight: bold;
	border:1px solid #000000;
}

.wb_hl_6{
	background: #ccc;
	color: #000;
	font-weight: bold;
}

ul.highlightlegend {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

ul.highlightlegend li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	}


ul.highlightlegend{
	display:block;
	margin: 2em 0 0.5em 0;
	}
ul.highlightlegend li{
	display: table-cell;
	font-size: xx-small;
	font-weight: bold;
	padding-right: 2em;
	list-style: none;border: none;
}

ul.highlightlegend li input{
	display: inline;
	border:none;
}

	
ul.flat p{
	display: inline;
}		

span.question_result_icon{
	border: none; }

select{
	align:left;
	border:1px solid;

}


span.question_result_ico img{
	width:8px !important; height:8px !important;border:2px solid black;
}
