body {
	width: 320px;
	height: auto;
	font-size: 12px;
	margin: auto;
	display: block;
	white-space: nowrap;
}
.nav {
	text-align: center;
	border-radius: 0 0 15px 15px;
	opacity: 1.0;
	margin: 0px auto 0 auto;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 3px;
	z-index: 950;
	width: 320px;
}
.nav > h4{
	margin: 5px;
	letter-spacing: 3px;
	font-weight: 700;
	font-family: sans-serif;
}
.container {
	margin: 10px auto 5px auto;
	border-radius: 15px;
	border: 3px double #f0f0f0;
	clear: both;
}
div[data=on], div[data=on]:hover {
	border: 1px solid rgba(224,131,128,0.7);
	font-weight: 500 !important;
}
.dice {
	width: 146px;
	height: 146px;
	border-radius: 15px;
	float: left;
	margin: 5px;
	position: inline-block;
}
table , tr, td{
	border-collapse: collapse;
}
.dice-dot{
	border-radius: 50%;
	width: 75%;
	height: 75%;
	margin: 14.5%;
	background-color: transparent;
}