#pollPanel .sidePanelContent {
	display: flex;
	flex-direction: column;
}

#pollPanel input[type="radio"] {
	display: block;
}

#pollPanel b {
	margin-bottom: 10px;
}

#pollPanel button {
	margin-top: 10px;
}

.pollOption {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.pollOption:last-of-type {
	/* margin-bottom: 10px; */
}

.pollOption input {
	margin-right: 5px;
}

#pollButton {
	border-top: 1px solid black;
}

#pollButton a {
	display: block;
}

#pollButton img {
	width: 148px;
	height: 25px;
}
