/* Poll Widget, used on mobile */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 28px;
}
.poll-widget {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.poll-widget a {
	color: inherit;
	text-decoration: none;
}
.poll-widget .label {
	color: #dc3545;
	font-style: italic;
}
.poll-widget .question {
	font-weight: bold;
}