#node--event-article-download-page .headline-one {
	font-size:40px;text-align:left;
}
#node--event-article-download-page .headline-two {
	font-size:20px;text-align:left;
}

#node--event-article-download-page .content-block {
	margin-bottom: 60px;
}
#node--event-article-download-page .bu-headline {
	text-align:left;
	cursor:pointer;
	/* font-weight:300; */
}
#node--event-article-download-page .bu-headline .bu-arrow {
	display: inline-block;
	right: 10px;
	top: 50%;
	width: 30px;
	height: 14px;
	margin-right:10px;
	background: url('../images/pages/pr-page/down-btn.png') 0 0 no-repeat;
}
#node--event-article-download-page .content-row {
	position: relative;
	/*height: 27px;*/
	text-align: left;
	color: #666;
	border-bottom: 2px solid #666;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}
#node--event-article-download-page .content-row:hover {
    border-bottom: 2px solid #003871;
    color: #003871;
}
#node--event-article-download-page .content-row .file-name {
    padding-right:180px;
	display:inline-block;
}
#node--event-article-download-page .content-row:hover .file-download-btn {
    background-color: #003871;
}
#node--event-article-download-page .content-row .file-download-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 24px;
	padding: 4px 50px 1px 50px;
	background-color: #666;
	opacity: 1;
	width: auto;
	font-size: 14px;
	color:#fff;
	text-decoration:none;
}