.header {
  overflow-x: hidden;
}
.jerimg {
  padding-bottom: 60px;
}
.jerinfo {
  padding-bottom: 30px;
}
.dn-jer {
  background-color: #f8f8f8;
  padding: 60px 60px 0;
  overflow-x: hidden;
}
.dn-jer p {
  font-size: 1rem;
  padding: 0 10px 0 10px;
  list-style-type: disc !important;
}
.dn-jer h2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 10px 10px 10px;
}
.schedule {
  background-color: #ffffff;
  padding: 60px 0 60px;
  overflow-x: hidden;
}
.schedule-M {
  background-color: #ffffff;
  padding: 30px 0 30px;
  overflow-x: hidden;
}
.schedule p{
  text-align: center;
}
.schedule-M p{
  text-align: center;
}
.Home p {
  background-color: #0e2240;
  color: #ffffff;
}
.HomeGM {
width: 30px;
background-color: #0e2240;
}
.HomeGM p {
color: #ffffff;
transform: rotate(-90deg);
top: 50%;
position: relative;
}
.HomeGM-M p {
color: #ffffff;
background-color: #0e2240;
padding: 5px 0 5px;
}
.AwayGM-M p {
color: #707070;
background-color: #E0E0E0;
padding: 5px 0 5px;
}
.AwayGM {
width: 30px;
background-color: #E0E0E0;
}
.AwayGM p {
color: #707070;
transform: rotate(-90deg);
top: 50%;
position: relative;
}
.shedBorder {
  border-left: .5px solid gray;
  border-right: .5px solid gray;
}
.shedBorderM {
  border-left: .5px solid gray;
}
.btn {
--bs-btn-color: #fff;
--bs-btn-bg: #0e2240;
--bs-btn-border-color: #0e2240;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0e2240;
--bs-btn-hover-border-color: #0e2240;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0e2240;
--bs-btn-active-border-color: #0e2240;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0e2240;
--bs-btn-disabled-border-color: #0e2240;
margin: 20px 0 0 10px;
}
/*a:visited {
  border-color: #0e2240;
}*/
.tix {
--bs-btn-color: #0e2240;
--bs-btn-bg: #fec524;
--bs-btn-border-color: #fec524;
--bs-btn-hover-color: #0e2240;
--bs-btn-hover-bg: #fec524;
--bs-btn-hover-border-color: #fec524;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #0e2240;
--bs-btn-active-bg: #fec524;
--bs-btn-active-border-color: #fec524;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0e2240;
--bs-btn-disabled-bg: #fec524;
--bs-btn-disabled-border-color: #fec524;
}
.schedrows {
width: 65%;
margin: auto;
border: .5px solid gray;
margin-bottom: 15px;
}
.schedrows-M {
width: 90%;
margin: auto;
border: .5px solid gray;
margin-bottom: 15px;
}
.day {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left !important;
	margin-top: 20px;
}
.dayAW {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left !important;
	margin-top: 0;
}
.date {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: left !important;
	line-height: 2.5rem;
}
.time {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left !important;
}
.FindTix {
	text-decoration: none !important;
	border-color: #fec524 !important;
	margin: 10px 0 10px 0 !important;
	width: 100% !important;
}
.FindTix-M {
	text-decoration: none !important;
	border-color: #fec524 !important;
	margin: 10px 0 0 0 !important;
	width: 95% !important;
}
.DayDateTime-M {
	font-size: 1.3rem;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
.jerimg {
  padding-bottom: 20px;
}
.jerinfo {
  padding-bottom: 30px;
}
.dn-jer {
  padding: 60px 20px 60px;
}
}
