

#pluginAppObj_25 .poll{
	text-align: left;
	width: 800px;
	height: 600px;
	max-width: 100%;
	margin: 0 auto;
	overflow-y: auto;
}

#pluginAppObj_25 .questions-container {
	font-family: 'Tahoma';
	font-size: 11pt;
	line-height: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

#pluginAppObj_25 .answers-container {
	padding-bottom: 10px;
}

#pluginAppObj_25 .form-container label{
	font-family: 'Tahoma';
	font-size: 9pt;
	line-height: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: calc(100% - 15pt);
	display: block;
}
#pluginAppObj_25 .answers-container{
	font-family: 'Tahoma';
	font-size: 7pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: calc(100% - 15pt);
	display: block;
}

#pluginAppObj_25 .results-container{
	margin: 0 auto;
}

#pluginAppObj_25 .results-container ul li{
	font-family: 'Tahoma';
	font-size: 9pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
}
#pluginAppObj_25 .results-container ul li span{
	height: 9px;
	width: 9px;
}
#pluginAppObj_25 .error-message{
	font-family: 'Tahoma';
	font-size: 9pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	color: red;
}
#pluginAppObj_25 .form-container input[type=button]{

	padding: 10px 25px;
	cursor: pointer;
	border: none;
	background-color: #567EB6;
	color: #FFFFFF;
	font-family: 'Tahoma';
	font-size: 11pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	border-radius: 0;
	margin: 10px auto;
	display: block;
}

#pluginAppObj_25 .form-container input[type=button]:hover{
	background-color: rgb(71,111,197);
}

#pluginAppObj_25 .poll .answers-container{
	display: none;
}
.poll .answers-container span.answer-color{
    float: left;
	display: block;
    height: 7pt;
	width: 7pt;
	/*margin: 2pt cause alignment problems due to rounded value in px (with line-height)*/
	margin: 2pt 2pt 1pt 2pt; 
}
.poll .answers-container span.answer-text{
	width: calc(100% - 15pt);
	float: left;
	display: block;
	margin: auto;
}

.poll .answers-container span.answer-percentage{
	margin-left: 5px;
	font-weight: bold;
}
.poll span.answer-color.answer-A{
	background-color: #008941;
}
.poll span.answer-color.answer-B{
	background-color: #FF4A46;
}
.poll span.answer-color.answer-C{
	background-color: #006FA6;
}
.poll span.answer-color.answer-D{
	background-color: #FFB500;
}
.poll span.answer-color.answer-E{
	background-color: #823FBF;
}

.poll input[type=radio],
.poll input[type=checkbox]{
	float: left;
	display: block;
	width: 9pt;
	height: 9pt;
	margin: 3pt 3px;
	clear: both;
}

.poll .results-container .switch-button img{
    width: 15px;
    height: 15px;
    margin: 5px;
}

#pluginAppObj_25 canvas{
	width: 100%;
	height: 100%;
}