@charset "utf-8";
.ticketOfficeContent {
	width:100%;
}
.ticketOfficeContent h1{
  	font-size:58px;
	line-height:48px;
	font-family: Eduardo;
	color:#242424;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0px;
}
.featuredTicketBoxContainer {
	width:100%;
	margin: 0 auto;
	padding-top:10px;
	align-content:center;
}
.topButton {
	width:305px;
	margin:0px;
	display:inline-block;
	vertical-align: top;
}
.topButtonHeader {
	background-color:#fce122;
	color:#2c2a29;
	font-family: Eduardo;
	font-size: 20pt;
	line-height:18px;
	padding:5px 5px 5px 15px;
	text-transform:uppercase;
}
.ticketBox {
	width:305px;
	margin:0px;
	display:inline-block;
	vertical-align: top;
}
.ticketBoxHeader {
	background-color:#939393;
	color:#FFFFFF;
	font-family: Eduardo;
	font-size: 20pt;
	line-height:18px;
	padding:5px 5px 5px 15px;
	text-transform:uppercase;
}
.ticketBox ul {
	margin-top:8px;
}
.ticketTable {
	width:100%;
	border:none;
}
.ticketTable tr td{
	background-color:#dddddd;
}
.ticketTable td.dark{
	background-color:#cccccc;
	font-weight:bold;
	white-space: nowrap;
}

.sportContent h2{
	font-family: Eduardo;
	font-size: 32pt;
	text-transform:uppercase;
	font-weight:normal;
	line-height:34px;
	margin:20px 0px 10px 0px;
	padding:0px;
	}

/* .sportContent h3{
	font-family: 'UniversLTStd-UltraCn', Arial;
	font-size: 32pt;
	text-transform:uppercase;
	font-weight:normal;
	line-height:34px;
	margin:20px 0px 10px 0px;
	padding:0px;
	} */
	
.sportContent h2 a{
	font-size: 14px;
	text-transform:uppercase;
	line-height:0px;
	margin:20px 0px 10px 0px;
	}
	
.sportContent hr{
	color:#242424;
	background-color:#242424;
	height:2px;
	margin:5px 0px 10px 0px;
}

.sportContent h4 {
	font-family: Eduardo;
	font-size: 24px;
	line-height:24px;
	margin:20px 0px 5px 0px;
	color:#404040;
	font-weight:normal;
	}

.sportContent h4 a{
	font-size: 14px;
	text-transform:uppercase;
	line-height:0px;
	margin:20px 0px 10px 0px;
	}
	
/* .sportContent p {
	margin:10px 0px 10px 0px;
	} */
	
.sportContent table {
	border-collapse:collapse;
	border:3px solid #939393;
	margin:10px 0px;
	}
	
.sportContent td {
	padding:2px 5px;
	font-size:14px;
	}

.sportContent .tableTitle {
	font-family: Eduardo;
	text-transform:uppercase;
	font-weight:normal;
	color:#FFFFFF;
	background:#939393;
	font-size:20pt;
	padding:5px;
	text-align:center;
	}
	
.sportContent .tableHeader {
	font-weight:bold;
	text-align:left;
	}
	
.sportContent .emphasis {
	color:#939393;
	font-style:italic;
	}

iframe {
	float: middle;
	}

.bowlButton {
	border: 1px solid #CBCBCB;
	padding: 10px 50px;
	font-size: 40px;
	font-family: Eduardo;
	margin-top: 10px auto;
	text-transform:uppercase;
	width:80%;
	text-decoration:none;
	text-align:center;
}