/* Poll Styles */
.pollWrpr .modContent { padding:10 0 0; }
.pollWrpr .pollDesc { font-weight:bold; }
.pollWrpr ul { padding:10px 0px 10px 5px; list-style-type:none; }
.pollWrpr li {margin-bottom:5px;color:#00b4ff;}
.pollWrpr li input {margin:4px 3px 3px 0px;color:#000;padding:0px;float:left;}
.pollWrpr li div {padding-left:18px;}

.pollOptionsWrpr { margin:10px 0; padding:10px 20px; border:1px solid #d9d9d9; border-width:1px 0 1px 0;  }
.pollSubmitWrpr .column .btn { 
	display:block;
	margin-bottom:10px;
	width:100%;
	text-align:center;
	font-weight:normal;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (min-width:480px){
	.mainCol .pollSubmitWrpr { display:table; table-layout:fixed; width:100%; text-align:center;}
	.mainCol .pollSubmitWrpr .column { display:table-cell; padding:10px 5px; vertical-align:middle; }
}


/* Poll Styles Percentage */

.pollResultsWrpr { margin:10px 0; padding:10px 20px; border:1px solid #d9d9d9; border-width:1px 0 1px 0; }
.pollResultsWrpr .pollOption { margin:15px 0; }
.pollResults { height:15px; background: #009DDC; }

.pollResultsWrpr + .more { text-align:center; font-weight:500; }

.pollArchives .contentBox { margin-top:0; }
.pollArchives .contentBox .title { margin-top:0; }
.pollPreviousQuestionWrpr { display:table; width:100%; }
.pollPreviousQuestionDate { display:table-cell; vertical-align:top; font-style:italic; }
.pollPreviousQuestionName { display:table-cell; vertical-align:top; }

.pollPercentageQuestion {border-bottom:1px solid #000000;margin-bottom:5px;font-weight:bold; }
.pollPercentageResultsHdng {font-weight:bold;margin-bottom:5px;display:block;}
.pollPercentageResultWrpr {margin-bottom:5px;}
.pollPercentageResultsBarHeight {height:12px;}
.pollPercentageResultsBar { background-color:#660000; float:left;}

.pollPercentageResultTotalWrpr { margin:20px 0 10px; padding:10px; text-align:center; color:#fff; background:#1f1f1f; }



