body.origami {
	background: #CCCC88;
	font-family: Arial, Futura, Geneva;

}

.model_name {
	/* font-size: 24px; */
	 font-variant: small-caps; 
	
}
.model_creator {
	text-indent: 10px;
	margin-top: 2px;
	
}
.model_book_title {
	
	text-decoration: underline; 
	font-weight: bold;
}
.model_book_author {
	font-style: italic;
}


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;
	}
	
