@charset "UTF-8";

html {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
tr td img {
	margin-top: 0px;
	display: flex;
	align-content: center;
	justify-content: center;
}
#Table_01{
	margin: 0;
	align-content: center;
	display: flex;
	justify-content: center;
}
/*Mobile Dive*/
@media (min-width: 758px){
   #Table_01{
	   	margin: 0;
	align-content: center;
	display: flex;
	justify-content: center;
}
}
/*Table View*/
@media (min-width: 769px) and (max-width: 1024px) {
	#Table_01{
			margin: 0;
	align-content: center;
	display: flex;
	justify-content: center;
}
}
/*Desktop View*/
@media (min-width: 1025px){
	#Table_01{
	align-content: center;
	display: flex;
	justify-content: center;
}
}