div.category {
	width: 100%;
}

div.category header h1 {
	display: inline;
	font-size: 1.2em;
	margin: 0px;
	width: auto;
	cursor: pointer;
}

div.category header h1:hover {
	color: #1cd2dc;
}

div.category .cwrapper {
	background: #333;
	box-shadow: inset 0 0 20px #000;
	height: 150px;
	overflow: -o-paged-x;
	text-align: center;
}

div.category .cwrapper article.book {
	width: 150px;
	height: 160px;
	padding: 0;
}

div.category .cwrapper article.book .bookish {
	width: 132px;
	box-shadow: 0 0 5px #000;
}

#books-wrapper-category footer > div {
	text-align: right;
}

#books-wrapper-category footer div.newbutton {
	/*margin-left: 1em;
	margin-right: 1em;*/
}

#books-wrapper-category {
}

#books-wrapper-category div.category { 
	padding: 1em;
	box-sizing: border-box;
	border: 1px dashed #CCCCCC;
	margin-bottom: 1em;
}
