/Main.css
/* Copyright 2011 The Dominion of Awesome
 * See COPYING for licensing information */
@font-face {
	font-family: PCSenior;
	src: url(fonts/pcsenior.ttf);
}

.hacks-selector {
	position: absolute;
	bottom: 64px;
	margin-left: -374px;
	left: 50%;
}

.info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 36px 24px 20px 24px;
	font-size: 24px;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.6s;
	background: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.2, rgba(255,255,255,0.8)), color-stop(1, rgba(255,255,255,0.8)));
	color: #303030;
}

.info .enyo-menuitem {
	font-size: 24px;
	height: 28px;
	padding-top: 6px;
}

.wrench {
	width: 24px;
	height: 24px;
	padding: 5px 5px;
	margin-right: 8px;
	background-image: url(images/wrench.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.prefs-done-button {
	width: 300px;
}

.prefs-center {
	width: 500px;
	margin: 23px auto 0 auto;
}

.prefs-center .enyo-slider {
	width: 300px;
}