/* Print CSS - Carnival */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,500);
.nav, .banner, .carousel-indicators, .left .icon + a, .prev, .next, .snowfall, .modal
{
	display: none;
}
.header {
	background: transparent;
	border-bottom: none;
	box-shadow: none;
	text-align: center;
}
	.logo {
		position: static;
		top: auto;
		left: auto;
		margin: 0 auto;
	}
#home {
	padding-top: 0px;
}
	#home-content {
		box-shadow: none;
	}
.event {
	overflow: hidden;
}
	.event > .left {
		width: 10%;
		float: left;
	}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid black;
}
.print-banner, body, html {
	max-width: 100%;
}
html, body {
	font-family: 'Roboto';
}
h1 {
	font-size: 24px;
}
h2, h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 15px;
}