/* Poll */
.pollAnswer {
	margin: 10px;
}

#pollLink {
	text-align: center;
}

/* Form */

#pollTable {
	width: 100%;
}

.pollAnswer .label {
	width: 105px;
}

.question {
	margin: 5px;
}

.question .label {
	width: 120px;
	font-weight: bold;
}

.link {
	font-size: 0.9em;
}

.answerForm {
	margin-left: 15px;
}

/* Result */

#pollResult {
	margin-top: 10px;
}

.pollStats {
	width: 100%;
}

.pollStats td {
	padding: 10px;
}

.pollStats .pollText {
	width: 45%;
}

/* Result Quiz */

.quizAnswer-good {
	color: green;
}

.quizAnswer-bad {
	color: red;
}

#pollWinners {
	margin-top: 10px;
}

#congratulations {
	margin-top: 2em;
	font-weight: bold;
}

#otherWinners {
	margin-top: 1em;
}

/* Statistics */

#selectionDiv {
	width: 280px;
}

#selectionPart {
	width: 250px;
	height: 160px;
	padding: 2px 0;
}

.selection {
	padding: 4px 0 0 10px;
}

.pollCaptions {
	margin: 10px 0; 
}

.answer {
	padding-left: 20px;
}

.lineGraph {
	padding: 20px 0;
}
