.issue-header-info {
	color: #666666;
}

.issue-header-title {
	font-weight: bold;
	font-size: 18px;
	color: #CA2027;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial', sans-serif;
}

.issue-img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
	max-width: 150px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}

.issue-description-title {
	margin: 0;
	font-weight: bold;
}

.issue-description-content {
	margin: 0;
	font-size: 13px;
	line-height: 1.4em;
}

.issue-info {
	margin-bottom: 1em;
}

.issue-articles {
	border-top: 1px solid #AAAAAA;
	clear:left;
}

.issue-articles-title {
	font-weight: bold;
	margin-bottom:0;
}

.issue-articles-list {
	list-style-type: circle !important;
	text-indent: 0 !important;
	color: #CA2027 !important;
	font-size: 13px;
	line-height: 1.4em;
}

.issue-articles-list a {
	color: #CA2027 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

.issue-articles-list a:hover {
	color: #666 !important;
}

.issue-pdf-img {
	width: 46px;
	height: 46px;
	vertical-align: middle;
}

.issue-download-box {
	background: #eee;
	border: 1px solid #ddd;
	font-weight:bold;
	width: auto;
	float: left;
	margin-top: 1em;
	padding-right: 5px;
	vertical-align: middle;
	min-height: 46px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

.issue-download-box:hover {
	text-decoration: none;
	background: #CA2027;
	border: 1px solid #CA2027;
	color: white;
}
