/*css general reset */
div #block-custompoll div.content, .custom-poll form, .custom-poll table, .custom-poll thead, .custom-poll tbody, .custom-poll tr, .custom-poll td, .custom-poll div, .custom-poll p,
.poll-results table, .poll-results thead, .poll-results tbody, .poll-results tr, .poll-results td, .results-container div, .poll-results div, .poll-results p {
	margin: 0;
	padding: 0;
	border: 0;
}

/*custom poll voting portion styling */
div.block-custompoll {
	display: table;
	width: 300px;
	margin-left: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.custom-poll {
	border: 1px solid #133273;
	margin-bottom: 5px;
	width: 300px;
	margin: 10px auto;
}

.polls-table {
	width: 100%;
	background-color: #ECEFF7;
}

.polls-table tr td.main-question {
	padding: 8px 0 14px 0;
	background-color: #133273;
	border-bottom: 1px solid #000079;
}

.polls-table tr td.main-question p {
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px #444444;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
}

.polls-table tr td.poll-choice {
	font-size: 12px;
	padding: 5px 5px;
}

.polls-table tr td.poll-choice label {
	font-weight: normal;
}

.polls-table tr td.poll-choice input {
	margin-right: 5px;
}
 
.poll-button {
	margin: 5px 0 7px 5px;
}

/*poll results styling portion */
div.results-container {
	width: 300px;
	background-color: #ECEFF7;
	border: 1px solid #929292;
/*  	margin-left: 9px;
 	margin-right: 10px;
	margin-bottom: 5px; */
}

.poll-results {
	width: 100%;
}

.poll-results tr.results-header td {
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #7B7C80;
	text-shadow: 1px 1px #444444;
	border-bottom: 1px solid #949597;
	text-align: center;
}

.poll-results tr.poll-title {
	border-bottom: 1px solid #000079;
}

.poll-results tr.poll-title td.title {
	text-shadow: 1px 1px #444444;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 5px 14px 5px;
	background-color: #133273;
}
 
tr.separator:nth-child(odd) {
	background-color: #DADBDF;
	
}

tr.separator td.choices {
	font-size: 12px;
	padding: 2px;
}

tr.separator td.bar-box {
	text-align: left;
	width: 60%;
	padding: 2px;
}

td.bar-box div.bar-container {
	background-color: #FEFEFE;
}

td.bar-box div.bar-container div.bars {
	display: inline-block;
	height: 15px;
	background-color: #9D2B26;
}

tr.separator .percent-view {
	padding-right: 2px;
	text-align: right;
	font-size: 12px;
	color: #000000;
} 
