* {
	font-family: sans-serif;
}
#magic28 {
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#magic28 noscript .notice {
	text-align: center;
	margin-bottom: 1em;
	background-color: #ffcccc;
	font-size: 150%;
	padding: 0.5em;
}
#magic28 form div * {
	display: inline-block;
	font-size: 150%;
}
#magic28 form {
	margin-bottom: 2em;
}
#magic28 .question {
	width: 75%;
}
#magic28 .ask {
	width: 20%;
	right: 0%;
	position: absolute;
	text-transform: uppercase;
}
#magic28 .ball {
	position: relative;
	width: 20em;
	height: 20em;
}
#magic28 .ball-base {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
#magic28 .ball-die {
	z-index: 1;
	position: absolute;
	left: 30%;
	top: 37%;
	width: 40%;
	height: 35%;
}
#magic28 .ball-die-img {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
#magic28 .ball-die-answer {
	z-index: 2;
	position: absolute;
	width: 50%;
	height: 60%;
	left: 25%;
	top: 10%;
	overflow: hidden;
	text-align: center;
	font-size: 0em;
}
#magic28 .emoji {
	width: 50%;
	height: 50%;
}
.links {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	text-align: center;
	padding: 0px;
}
.links li {
	display: inline-block;
	margin: 0.3em;
	background-color: #ddddff;
	padding: 0.5em;
}
.links a {
	text-decoration: none;
	color: #0000ee;
}