body {
	background-color:white;
	font-size:12pt;
	overflow:auto;
}
#superfooter, #holdnavigation, #extrapic, #contact, #holdfooter, #holdextra {
	display:none;
}
a, a:visited, a:hover, a:focus {
	text-decoration:none;
	color:black;
	background-color:white;
	border:none;
}

#holdcontent {
	width:100%;
	height:100%;
	overflow:auto;
	float:none;
}
#holdall {
	height:100%;
	overflow:auto;
}
#holdextra {
	width:15%;
}
#holddetail {
	width:100%;
	height:100%;
	float:none;
}
/*************************
*	on beginner page
*/
.week {
	min-width:0;
	width:30%;
}
/***************************
*	Page break when on paper
*/
.page-break {
	display:block;
	page-break-before:always;
}
/********************
*	ball page
*/
#performances img, #ballitself img, #ballintro img{
	height:150px;
}

