ul.noliststyle li {
   list-style: none;
   }
   
.multipleChoice td {
    padding-left: 15px;
}

table.hognose {
 	/*
margin-left: 20px;
 	margin-right: 20px;
*/
 	border: thin solid black;
 	border-collapse: collapse;
 	font-family: monospace;
	font-size: 100%;
	line-height: 1.0;
 /*
 	font-family: monospace;
 	font-size: 100%;
 	line-height: 1.0;
 */
 	
 }
 .hognose td, .hognose th {
 	border: thin dotted gray;
 	padding: 5px;
 }
 
 .hognose td {
 	text-align: right;
 }
 
 table#picTable{
    vertical-align: text-top;
    text-align: left;
    border-collapse: collapse;
 }
 
 #reference{
  font-size: 80%;
 }