
#flip-container {
	position: relative;
	left: 2px;
	width: 172px;
	height: 282px;
	margin-bottom: 3px;
}

#flip-box
{
	position: absolute;
	top: 14px;
	left: 0px;
	width: 172px;
	height: 265px;
	background: #9B0D0D;
	overflow: hidden;
	z-index: 6;
	text-align: center;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.flip-box {
	font-family: Arial, Trebuchet MS, Arial;
	font-size: 11px;
	line-height: 13px;
}

.flip-header {
	text-align: center;
	font-weight: bold;
	color: white;
	background: black;
	display: block;
}


#flip-season {
	position: absolute;
	left: 5px;
	top: 17px;
	width: 162px;
	height: 254px;
	z-index: 8;
	visibility: hidden;
	background: white;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#flip-schedule {
	position: absolute;
	left: 5px;
	top: 17px;
	width: 162px;
	height: 254px;
	z-index: 8;
	visibility: hidden; /* visible; */
	background: white;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;

}

#flip-practice {
	position: absolute;
	left: 5px;
	top: 17px;
	width: 162px;
	height: 254px;
	z-index: 8;
	visibility: visible; /* visible; */
	background: white;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#flip-tab-season {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 52px;
	height: 11px;
	z-index: 6;
	visibility: visable;
	background: transparent;
}

#flip-tab-schedule {
	position: absolute;
	left: 60px;
	top: 0px;
	width: 60px;
	height: 11px;
	z-index: 6;
	visibility: visible;
	background: transparent;
}

#flip-tab-practice {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 11px;
	z-index: 6;
	visibility: visible;
	background: transparent;
}
