/*** Widget CSS ***/

.user-selected-correct { color: green; }
.user-selected-incorrect { color: red; }
ul.js-poll-answers { margin: 0 !important; padding: 0 !important; }
.js-amp-poll-answers ul { margin: 0 !important; padding: 0 !important; }
ul.js-poll-answers li { list-style-type: none;}
.js-amp-poll-answers ul li { list-style-type: none; }
.button {
	background: #ddd;
	padding: 0 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: 27px !important;
	border: none;
	font-family: 'Lucida Grande';
}

.button:hover {
	color: #222;
	background: #d1d1d1;
}