#content {	
	padding: 25px 0 50px 25px;
}

#content p {
	margin-top: 1px;
}

#content p.back {
	text-align: right;
}

#buwlogo {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

h1#head {
	background-color: white;
	color: #006ab6; 
	font-size: 2em;
	font-weight: normal;
	margin-top: 22px;
	padding: 0;
}

h1#head-print {
	display: none;
}

h1 {
	background-color: #006ab6;
	color: white;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	padding: 4px;
}

h2 {
	color: #006ab6;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.time {
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #006ab6;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:0;
}

h4 {
	margin-bottom: 0;
}

table#programmetable, table#programmetable2, table#programmetable3, table#programmetable4 {
	text-align: left;
	width: 100%;
}

table#programmetable td.categoryrow, table#programmetable2 td.categoryrow, table#programmetable3 td.categoryrow, table#programmetable4 td.categoryrow {
	font-weight: bold;
	font-size: 14px;
	color: #006ab6;
	border-top: 4px solid white;
	padding-left: 0;
}

table#programmetable td, table#programmetable2 td, table#programmetable3 td, table#programmetable4 td {
	border: none;
	padding-left: 12px;
}

table#programmetable td.timerow, table#programmetable2 td.timerow, table#programmetable3 td.timerow, table#programmetable4 td.timerow {
	background-color: #006ab6;
	color: white;
	font-weight: bold;
	padding-left: 4px;
}

#content p.meta {
	font-weight: bold;
}

.break-here {
	display: none !important;
}

#content p.more-print {
	display: none;
}

@media print {
	h1#head {
		display: none !important;
	}
	
	h1#head-print {
		display: block;
		background-color: white;
		color: #006ab6; 
		font-size: 2em;
		font-weight: normal;
		margin-top: 22px;
		padding: 0;
		page-break-before: auto;
	}
	
	h1 {
		padding: 0 !important;
		background-color: white !important;
		color: #006ab6 !important;
		font-size: 1.8em !important;
		font-weight: normal !important;
		margin-top: 25px !important;
		page-break-before: always;
	}
	
	h1#no-break {
		page-break-before: avoid;
	}
	
	#content p.back {
		display: none !important;
	}
	
	#content p.more {
		display: none !important;
	}
	
	.break-here {
		display: block !important;
		page-break-after: always;
	}
	
	#content p.more-print {
		display: block !important;
	}
}
