@charset "UTF-8";
/* CSS Document */

ol.survey li{

 border-bottom:1px #cccccc dotted;

 padding-bottom: 1em;
 margin-top: 1em;

}

ol.survey li ol li{

 border-bottom:none;

 padding-bottom: 1em;

}



input, textarea {

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:0.85em;

}

.quiz {color: #666666}

.text-smaller {font-size: 0.75em;}

img.filetype {border:none; padding:0 5px;}



/* CSS3 Pseudo-Table Styles */

.tablecontainer {
	display: table;
}
	
.tablerow {
	display: table-row;
}

.tablecell {
	display: table-cell;
	width: 130px;
	/*height: 100px;*/
	/*border: 1px dashed grey */
	padding: 12px;
}

.tablecell h4 {
	font-size:1.2em;
	margin-top:8px;
}