.highlightGreen td {
	
	background-color:#ccffcc;
}

table#votingTable tr td {
	padding: 20px 10px;
}

div.message {
	font-weight:bold;
	padding:5px 20px;	
	position:fixed;
	top:auto;
	width:100% !important;
	margin:0;
	right:0;
	bottom:0px;
}
div.warning {
	
	background-color:#ffcccc;
	height:100px !important;
}

div.success {
	
	background-color:#ccffcc;
}

#votingTable  tr{
	cursor:pointer;

}


footer {
	padding-bottom:100px;
}

.winner {
	color:red !important;
	font-weight:bold !important;
	
}

@media screen and (min-width:550px) {
	div.warning {
		height:50px !important;
	}
	footer {
		padding-bottom:50px!important;
	}

}