#debug-link {
	z-index: 1000;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #CCC;
	background-color: #FEFAF1;
}

#debug-info {
	border: 1px solid #CCC;
	background-color: #FEFAF1;
	position: absolute;
	right: 0px;
	width: 500px;
	height: 300px;
	top:30px;
	overflow: scroll;
	display: none;
	z-index: 1001;
}

.error {
	color: red;
}

.row0 {
	background-color: #FFFFFF;
}
.row1 {
	background-color: #EEEEEE;
}
.lined-bot {
	border-bottom: 1px solid #CCCCCC;
}

ul.polls {
	list-style: none;
}

.poll-result {
	background-color: #005481;
}
