/* ==========================================================================
	#pjPollContainerWrapper
========================================================================== */
#pjWrapperPoll_12.pjPollContainerWrapper { }

/* ==========================================================================
	#pjPollHeading
========================================================================== */
#pjWrapperPoll_12 .pjPollContainer .pjPollHeading { background: #f3f3f3; }
#pjWrapperPoll_12 .pjPollHeading .pjPollTitle { color: #666666; }

/* ==========================================================================
	#pjPollBody
========================================================================== */
#pjWrapperPoll_12 .pjPollContainer .pjPollBody { background: #f3f3f3; }

/* ==========================================================================
	#pjPollAnswers
========================================================================== */
#pjWrapperPoll_12 .pjPollAnswer { color: #38393b; }
#pjWrapperPoll_12 .pjPollAnswer:hover,
#pjWrapperPoll_12 .pjPollContainer .pjPollAnswerChecked { color: #6989b2; }
#pjWrapperPoll_12 .pjPollContainer .pjPollAnswerChecked { font-weight: bold; }

/* ==========================================================================
	#pjPollBtn
========================================================================== */
#pjWrapperPoll_12 .pjPollBtn { border-color: #3e73a9; color: #ffffff;
	background: rgb(62, 115, 169);
}

#pjWrapperPoll_12 .pjPollBtn:hover { border-color: #4580ba; color: #ffffff; 
	background: rgb(69, 128, 186);
}

#pjWrapperPoll_12 .pjPollBtnPrimary { border-color: #3e73a9; color: #ffffff; 
	background: rgb(62, 115, 169);
}
#pjWrapperPoll_12 .pjPollBtnPrimary:hover { border-color: #4580ba; color: #ffffff; 
	background: rgb(69, 128, 186);
}

/* ==========================================================================
	#pjPollBodyResults
========================================================================== */
#pjWrapperPoll_12 .pjPollBodyResults p { color: #38393b; }

#pjWrapperPoll_12 .pjPollResult .progress-bar { background: #8269ad; }
