@charset "UTF-8";
/* CSS Document */


.ui-footer .ui-title {
	font-size: 0.8em;
	font-weight: normal;
}
h3, h4 {
	margin-bottom: 0;
}
h3 + p, h4 + p {
	margin-top: 0;	
}

/**
* Styles to fix the new iOS 7 transparent status bar
*/
#ios7statusbar {
	width:100%;
	height:20px;
	background-color:white;
	position:fixed;
	z-index:10000;
}
.ios7 .ui-page, .ios7 .ui-pane {
	margin-top: 20px;
}
#prizes .ui-grid-a {
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 30px;
}
#prizes ui-block-b {
	padding-left: 5px;
}