@charset "UTF-8";
/* CSS Document */
.night-event-location:before, .night-event-location:after{
	display:block;
	content:" ";
	clear:both;
}
.night-event-location{
	background:#000000;
	border:1px solid #4d4d4d;
	margin-bottom:10px;
	padding:20px;
}

.night-event-location .address-data{
	float:left;
	margin-right:10px;
}
.night-event-location .address-data h2{
	margin-top:0;
	padding-top:0;
}
.night-event-location .map-image{
	float:right;
}
.night-event-location .map-image img{
	display:block;
}
.night-event-location .event-body:before{
	content:" ";
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #4d4d4d;
}
.night-event-location .event-body{
	display:block;
	clear:both;
	padding-top:10px;
}
.night-event-location .event-body p:last-child{
	padding-bottom:0;
	margin-bottom:0;
}
.night-event-location .address-title{
	text-decoration:underline;
}
.other-countries{
	margin-bottom:60px;
	margin-top:50px;
}
.other-countries a.button{
	display:inline-block;
	margin-right:10px;
}
.event-booking-section, .lower-section{
	margin-top:50px;
}