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

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

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

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

/* ==========================================================================
	#pjPollBtn
========================================================================== */
#pjWrapperPoll_13 .pjPollBtn { border-color: #cccccc; color: #f3f3f3; 
	background: rgb(45, 101, 134);
}

#pjWrapperPoll_13 .pjPollBtn:hover { border-color: #0cccccc; color: #f3f3f3; 
	background: rgb(51, 116, 153);
}

#pjWrapperPoll_13 .pjPollBtnPrimary { border-color: #cccccc; color: #f3f3f3; 
	background: rgb(45, 101, 134);
}
#pjWrapperPoll_13 .pjPollBtnPrimary:hover { border-color: #cccccc; color: #f3f3f3; 
	background: rgb(51, 116, 153);
}

/* ==========================================================================
	#pjPollBodyResults
========================================================================== */
#pjWrapperPoll_13 .pjPollBodyResults p { color: #666666; }

#pjWrapperPoll_13 .pjPollResult .progress-bar { background: #2d6586; }
