body {
    background: url(bg.png);
    background-repeat:repeat;
    /*background-position:center center;*/
    background-attachment:fixed;
    /*background-size:cover;*/
}
.ui-page {
    background: transparent;
}
.ui-content{
    background: transparent;
}

.alert {
	text-align:center;
	background-color:#2eb5e4;
	border-radius:5px;
	border:3px solid #0da8df;
	text-shadow:none;
	color:#000;
	padding:5px;
	position:absolute;
	top:0;left:0;
	width:100%;
	height:50px;
}

.ui-controlgroup-controls
{
    width:100%;
	text-align:center;
}
.ui-radio {
    width:33%;
	text-align:center;
}

#motion_text {
	background-color:#fff;
	border-radius:5px;
	padding:5px;
}

.aye {
	font-weight:bold;
	color:#35B90E;
}
.abstain {
	font-weight:bold;
	color:#FFC600;
}
.nay {
	font-weight:bold;
	color:#7F2022;
}