.figure {
	margin: 1em auto;
	width: 300px;
}
.figure img {
	padding: 3px;
	border: 1px solid #999;
}
.figure p {
	margin: 0;
}
.figure .title {
	font-weight: bold;
}
.figure .title:after {
	content: ":";
}
#production {
	width: 490px;
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 1em 0;
}
#production th, #production td {
	padding: 3px 5px;
}
#production thead th {
	background-color: #454545;
	color: #FFF;
	font-weight: bold;
}
#production tbody th {
	background-color: #CCC;
	font-weight: bold;
	border-right: 1px solid #999;
}
#production .col2, #production .col4 {
	background-color: #EFEFEF;
}

