body {
	background: #CCCC88;
}

table.models th {
	text-decoration: underline; 
	width: 25%;
}
table.models th.source {
	width: 40%;
}


table.models td {
	/* margin-top: 10px;
	margin-right: 5px;
	padding-right: 20px;
	border-bottom: solid thin black;
		
	width: 30%;
		
	 */
	
	padding-top: 10px;
	
}

table.models tr.comments td {
	padding-top: 2px;
	border-bottom: dashed thin black;
	margin-bottom: 10px;
}
	
table.models img {
	/* align: center; 
	
	left: 10%;
	*/
	float: right;
	border: none;
	padding-right: 40%;
}

li {
	padding-bottom: 1em;
	}
	