@import url('../style.css');

/* override the 'more' hiding from the main art page */
body.category #content h2 span { display: inline; }
body.category #content .body span { display: block; padding-top: 1ex; }
body.category #content .body span.more { display: inline; }

.step {
	border: dashed black 1px;
	margin: 1ex;
	clear: left;
	background: white;
}

.step img {
	float: left;
	margin: 1ex;
}


