<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	
@media (min-width: 992px) {
	
	BODY {
		background: url(/images/bg/allianz_arena2.jpg);
		background-size: cover;
		background-attachment: fixed;
	}
	
	#wrapper {
		margin-bottom: 150px;
		margin-top: 40px;
	}
	
}

.post-timeline .entry:not(.entry-date-section) {
	border: 1px #ccc dashed;
    padding: 15px 0px 30px;
	text-align:center;
}

.post-timeline .entry .entry-meta {
    display: inline-block !important;
}

.post-timeline .entry .entry-image {
    margin-bottom: 15px !important;
}

#tickets .entry-image {
	max-height: 100px;
	white-space: nowrap;
}

#tickets .entry-image img:nth-child(1) {
	position: relative;
	left:20px;
	z-index:2;
	/*
	display: inline !important;
	*/
}

#tickets .entry-image img:nth-child(2) {
	position: relative;
	left:-20px;
	z-index:1;
	/*
	display: inline !important;
	*/
}

#tickets .entry-date  {
	z-index:3;
}


@media (max-width: 992px) {
	
	#header-wrap {
		
	}
}</pre></body></html>