body{
	color: #000;
	background-color: #fff;
	overflow: hidden;
	height: 210px;
}

.tdPrevNext {
	/*display: none;*/
}

.divPerc {
	margin-left: 15px;
}

/* edits to Poll background */

.VoteDetailItem {
	height: 268px;
	background-color: #fdbd3b;
	padding: 15px;
	border: none;
}


/* edits to Poll header */

.VoteDetailDescriptionText, .VoteDetailItemNotLoggedIn {
    font-family: Arial;
    font-weight: bold;
    color: white;
	text-transform: uppercase;
	font-size: 12px !important;
}

/* edits to Poll options */

.VoteDetailOptionstd {
    font-family: Arial;
    font-size: 12px !important;
    color: white;
    font-weight: bold;
}

/*  edits to all 3 buttons */
.VoteButtonTable {
	margin-right: 0 !Important;
}	


/* edits to Poll Vote button */
.tdSubmit {
	background: linear-gradient(#fc9a27, #fc6420) !important;
	width: 90px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border-radius: 0;
	font-size: 14px;
	height: 25px;
	font-family: Arial !Important;
}

/* edits to Poll Next and Previous button */

.tdPrevNext {
	background-color: #48c6ff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	border-radius: 0;
	color: white;
	width: 90px;
	font-family: Arial !Important;
}	

.btnPrev, .btnNext {
	color: white;
	font-size: 14px;
	font-family: Arial !Important;	
}

.clear {
	background-color: #fdbd3b;
}	



/* responsive edits */
@media only screen and (max-width: 1230px) {
	.VoteDetailItem {
		padding: 0 !important;
		display: flex;
		flex-direction: column;
	}	
	
	.VoteButtonTable {
		border-spacing: 15px;
		margin-left: -10px;
	}

	.VoteDetailDescriptionText, .VoteDetailItemNotLoggedIn, .VoteDetailOptionstd {
		font-size: 14px;
	}	
	
	#lblVoteOption_46 td {
		padding-top: 10px;
	}
}	

@media only screen and (max-width: 500px) {
	
	.VoteButtonTable {
		border-spacing: 10px;
	}	
}	