@charset "utf-8";
/* CSS Document */

/*paper-cover.php*/
#papercover .np thead th {
	background-color: #009;
}
#papercover .fu thead th {
	background-color: #063;
}
#papercover .la thead th {
	background-color: #906;
}


#papercover thead th {
	color: #fff;
	font-weight: bold;
}
#papercover tbody th {
	width: 11em;
	font-size: small;
	background-color: #f0f0f0;
	text-align: center;
}
#papercover td {
	width: 80%;
}
.description {
	margin: 0 0 0 218px;
}
.figure {
	width: 202px;
}

