/* Poll ("sondage") widget styles
   The widget itself is hidden via style.css when empty (no poll configured),
   but these rules keep it presentable if a poll is ever added back.   */

.mod_qpolllist {
	font-size: 1.2em;
}

.mod_qpolllist .question {
	font-weight: bold;
	margin-bottom: 6px;
}

.mod_qpolllist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mod_qpolllist li {
	margin-bottom: 4px;
}

.mod_qpolllist .answer {
	display: block;
	padding: 4px 6px;
	background: #f4f7f9;
	border: 1px solid #e6ebee;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
}

.mod_qpolllist .answer:hover {
	background: #e9eef2;
}

.mod_qpolllist .bar {
	display: block;
	height: 6px;
	background: #1c5a80;
	margin-top: 2px;
}

.mod_qpolllist .submit {
	margin-top: 8px;
}
