
body{
	min-width: 600px;
}

.bar{
	padding: 5px;
	background-color: gray;
	float: left;
}
.bar_item{
	font-size: 20px;
	width: 150px;	
	text-align: center;
	background-color: aqua;
}

.div_grade_bar{
	margin: 0 auto;
	width: max-content;
}

.pageStyle{
	margin: 0 auto;
	height: 100%;
	width: 600px;
	border: 1px solid;
}

.unselected_trophy{
	background-color: gray;
	filter: grayscale(0.9);
}

.div_trophy_row{
	margin: 0 auto;
	width:450px;
	
}
.div_trophy_item{
	margin: 0 auto;
	width: 150px;
	float: left;
}
.div_trophy_img{

	height:150px;
	width: 150px;
	float: left;
}

.div_trophy_race{
	height:50px;
	width: 150px;
	text-align: center;
	float: left;
}

.font_race{
	text-wrap: nowrap;
	line-height: 50px;
}
#page_right, #page_left{
	width:50px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
		
}
.page_arrow{
	position: absolute;
	width: 50px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	background-color: DarkGray;
	top:500px;
}

#page_right{
	float:right;
}
#page_left{
	float:left;
}


#div_footer{
	width: max-content;
	margin: 0 auto;
}

#div_go_schedule{
	width: 150px;
	height: 50px;
	padding: 0px 10px;
	background-color: lightgray;
	text-align: center;
	line-height: 50px;
}