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

/* ==========================================================================
	#General
========================================================================== */
#pjWrapperPoll_2 .pjPollContainer .panel-default { border-color: #2b1b02; background: #2b1b02; }

/* ==========================================================================
	#pjPollHeading
========================================================================== */
#pjWrapperPoll_2 .pjPollContainer .pjPollHeading { border-color: #1a1004; background: #1a1004; }
#pjWrapperPoll_2 .pjPollHeading .pjPollTitle { color: #ffd25d; text-transform: uppercase; }

/* ==========================================================================
	#pjPollBody
========================================================================== */
#pjWrapperPoll_2 .pjPollContainer .pjPollBody { background: #3c270a; }

/* ==========================================================================
	#pjPollAnswers
========================================================================== */
#pjWrapperPoll_2 .pjPollAnswer { color: #f1f2ed; }
#pjWrapperPoll_2 .pjPollAnswer:hover,
#pjWrapperPoll_2 .pjPollContainer .pjPollAnswerChecked { color: #ffd25d; }
#pjWrapperPoll_2 .pjPollContainer .pjPollAnswerChecked { font-weight: bold; }

/* ==========================================================================
	#pjPollBtn
========================================================================== */
#pjWrapperPoll_2 .pjPollBtn { border: 0; background: none; color: #f1f2ed; font-weight: bold; text-transform: uppercase; }
#pjWrapperPoll_2 .pjPollBtn:hover { border: 0; background: none; color: #ffd25d; }

#pjWrapperPoll_2 .pjPollBtnPrimary { border: 2px solid #e25925; background: #f65a1f; color: #fff; }
#pjWrapperPoll_2 .pjPollBtnPrimary:hover { border: 2px solid #e25925; background: #e25925; color: #fff; }

/* ==========================================================================
	#pjPollBodyResults
========================================================================== */
#pjWrapperPoll_2 .pjPollBodyResults p { color: #f1f2ed; }

#pjWrapperPoll_2 .pjPollResult .progress-bar { background: #f65a1f; }
