.event-descr{
	line-height: 1.9em;
}
.registration{
	padding: 3%;
	border: 2px solid #CCC;
	border-radius: 5px;
}
.reg-title-img{
	max-width: 150px;
	width: 100%;
}
.reg-title-text{
	font-weight: bolder;
	font-size: 3em;
}
@media screen and (max-width: 360px) {
	.reg-title-text{
		font-size: 1.6em;
	}
}
@media screen and (max-width: 800px) and (min-width: 361px) {
	.reg-title-text{
		font-size: 2.6em;
	}
}
.reg-section-header{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	margin: 10px 0;
}
.small-info > div{
	margin-bottom: 10px;
}
.small-info-lg-font{
	font-size: 1.2em;
}
.small-info-ul{
	list-style: none;
	margin-left: 15px;
}