@charset "UTF-8";
/* CSS Document */
.xmasTableTickType{
	font-family: 'life_saversbold';
	font-size: 24px;
	font-weight:600;
	background-color: rgba(240,240,240,0.6);
}

.ticketDescriptionTitle{
	font-family: 'life_saversbold';
	font-size: 30px;
	font-weight:800;
}

.ticketDescriptionDetails{
	font-family: 'life_saversbold';
	font-size: 18px;
	font-weight:600;
	text-align: left;
	padding-right:30px;
	max-width:350px;
	background-color: rgba(240,240,240,0.6);
}

.ticketDescriptionPrice{
	font-family: 'life_saversbold';
	font-size: 24px;
	font-weight:600;
	text-align: center;
	background-color: rgba(240,240,240,0.6);
}

.calendarOuter{
	background-color: rgba(50,145,47,0.9);
	border-radius: 10px;
	padding-bottom: 50px;
	margin-bottom:50px;
}

#xmasTable{
	margin-bottom:100px;
}

#xmasTable td{
	padding: 10px;
	
}

.thingsToDo{
	font-family: 'life_saversbold';
	font-size: 30px;
	font-weight:600;
}

.thingsToDo td{
	padding:15px 0px 15px 0px;
	/*background-image: url("../images/christmas/xmasSnowflake.png");
	background-repeat: no-repeat;*/
}

#topBookButtXmas{z-index: 10000;}