@charset "utf-8";

/* Event list styles
 * Created by: RYC
 */

.event-list-container {
	margin: 0 0 15px 0;
}

hr.line {
	border-top: 1px solid #CCCCCC;
	
}

.event-item {
	margin: 10px 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;	
}

.event-item .image {
	margin-bottom: 15px;
}

.event-item .image img {
	margin: 0 auto;
	display: block;
}

.event-item .title {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
}

.event-item .title a,
.event-item .title a:visited {
	color: #2980b9;
}

.event-item .title a:hover {
	color:#000000;
}

.event-item .subtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.event-item .subtitle-nobold {
	font-size: 14px;
	margin-bottom: 20px;
}

.event-item .summary {
	margin-bottom: 10px;
}

.event-item .info {
	margin-bottom: 5px;
}

.btn-download {
	margin: 5px 0 15px 0;
}

.btn-download span {
	background-color: #000000;
	color: #ffffff;
	padding: 8px 10px;
	border-radius: 8px;
}

.page-number-container {
	margin: 10px 0 25px 0;
}

.download-container {
	margin: 10px 0 10px 0;
}

.download-counter {
	margin-top: 8px;
}