

#pluginAppObj_43_54 {
	width: 800px;
	max-width: 100%;
}

#pluginAppObj_43_54 .poll{
	text-align: left;
	width: 800px;
	height: 600px;
	max-width: 100%;
	margin: 0 auto;
}

#pluginAppObj_43_54 .questions-container {
	font-family: 'Tahoma';
	font-size: 12pt;
	line-height: 16pt;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 10px;
}

#pluginAppObj_43_54 .answers-container {
	padding-bottom: 10px;
}

#pluginAppObj_43_54 .form-container label{
	font-family: 'Tahoma';
	font-size: 10pt;
	line-height: 16pt;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	width: calc(100% - 16pt);
	display: block;
}
#pluginAppObj_43_54 .answers-container{
	font-family: 'Tahoma';
	font-size: 8pt;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
	width: calc(100% - 16pt);
	display: block;
}

#pluginAppObj_43_54 .results-container{
	margin: 0 auto;
}

#pluginAppObj_43_54 .results-container ul li{
	font-family: 'Tahoma';
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
}
#pluginAppObj_43_54 .results-container ul li span{
	height: 10px;
	width: 10px;
}
#pluginAppObj_43_54 .error-message{
	font-family: 'Tahoma';
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	color: red;
}
#pluginAppObj_43_54 .form-container input[type=button]{

	padding: 10px 25px;
	cursor: pointer;
	border: none;
	background-color: rgba(86, 126, 182, 1);
	color: rgba(255, 255, 255, 1);
	font-family: 'Tahoma';
	font-size: 12pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	border-radius: 0;
	margin: 10px auto;
	display: block;
}

#pluginAppObj_43_54 .form-container input[type=button]:hover{
	background-color: rgb(71,111,197);
}

#pluginAppObj_43_54 .poll .answers-container{
	display: none;
}
.poll .answers-container span.answer-color{
    float: left;
	display: block;
    height: 8pt;
	width: 8pt;
	/*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% - 16pt);
	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: 10pt;
	height: 10pt;
	margin: 3pt 3px;
	clear: both;
}

.poll .results-container .switch-button img{
    width: 15px;
    height: 15px;
    margin: 5px;
}

#pluginAppObj_43_54 canvas{
	width: 100%;
	height: 100%;
}