.issue {
	width: 250px;
	height: 350px;
	border: 1px solid #cecece;
	background-color: #fff;
	margin: 25px;
	padding: 10px;
}
.issue h2 {
	margin: 5px auto 10px auto;
	font-size: 1.7em;
}
.issue img{
	height: 250px;
}

.img-preview {
	width: 100%;
	text-align: center;	
	margin: 0 0 5px 0;
}

.paper-content{
	width: 95%;
	margin: 0 auto; 
}

.left { 
	text-align: left;
}

.year_sub {
	border-top: 1px dashed #999;
//	height: 40px;
}