.volumes .to_top {
	float: right;
	text-decoration: none;
	font-size: 0.8em;
}

.volumes > h2 {
	color: white;
	background-color: #a00000;
	text-align: center;
	padding: 4px;
	border-radius: 4px;
	margin: 10px 0;
	font-size: 1.2em;
}

.volumes > h2 a {
	color: white;
}

.volume .issue {
	/*padding: 0 !important;*/
}

.volume .issue ul {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	font-size: 0.85em;
}

.volume .issue ul li {
	padding: 3px 0;
	line-height: 1.2em;
}

.volume .issue .cover_image {
	float: left;
	height: 200px;
	padding: 0 10px 0 0;
}