/* ENDEAVOUR POLL */
.housing-widgets {
	margin-top: 5px;
}
.housing-widgets p {
	font-size: 13px !important;
	font-style: italic;
	margin-top: 0;
}
.vote-form {
	margin-top: 20px;
}
.voting ul{
	list-style-type: none;
	padding-left: 0;
}
.voting li, .voting .ui-state-highlight {
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #999;
	padding: 0.5em 1em;
	margin-bottom: 0.25em;
	box-sizing: border-box;
	max-width: 100%;
}
.voting .ui-state-highlight {
	display: block;
	background-color: #999;
}
.voting li:hover {
	cursor: pointer;
}
.voting input[type="text"] {
	width: 100%;
}