body {
background-image: url("../images/square.png");
}

.segment {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-size: x-large;
}

.result {
	text-align: center;
	padding-left: 220px;
	width: 230px;
	padding-top: 300px;
	height: 300px;
	margin-left:auto;
	margin-right:auto;
}

.result p {
	text-align: left;
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size: 30px
}

.timeout {
	margin: 0px;
	width: 450px;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
}

.timeout p {
	margin: 0px;
	color: black;
	font-weight: bold;
	font-size: 30px
}

.score {
	font-size: 50px;
}

.super {
	background-image: url("../images/super_.png");
}

.excellent {
	background-image: url("../images/excellent_.png");
}

.good {
	background-image: url("../images/good_.png");
}

.ok {
	background-image: url("../images/ok_.png");
}
