body{
	margin:0px;
	padding: 0px;

}
@media screen and (min-width: 420px) {
#container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-radius: 5px;
	border-style: solid;
	border-color: #BFBFBF;

}
#title{
	position: relative;
	text-align: center;
	margin: 0px;
}
#mainpanel{
	position: relative; 
	width: 500px;
	height: 500px;
	margin: 10px 50px; 
	border-radius: 5px;
	background-color: #B8AF9E;
}
table,tr,td{
	margin: 0px;
	padding: 0px;

}
table{
	width: 500px;
	height: 500px;

}
td{ 
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 3em;
	background-color: #CCC0B2;
}
}
@media screen and (max-width: 420px) {
#container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 355px;
	height: 400px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-radius: 5px;
	border-style: solid;
	border-color: #BFBFBF;

}
#title{
	position: relative;
	text-align: center;
	margin: 0px;
}
#mainpanel{
	position: relative; 
	width: 350px;
	height: 342px;
	margin: auto; 
	border-radius: 5px;
	background-color: #B8AF9E;
}
table,tr,td{
	margin: 0px;
	padding: 0px;

}
table{
	width: 349px;
	height: 350px;


}
td{ 
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 1em;
	background-color: #CCC0B2;
}
}