body {
    font-family: "Open Sans", Arial, sans-serif;
	color: #000000;
}

	html, body {
		height: 100%;
		
	}
	
	html {
		display: table;
		margin: auto;
	}
	
	body {
		display: table-cell;
		vertical-align: middle;
	}
	

h1 {
	
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	align-content: left;
}

.question {
	background-color: #ffffff;
	font-size: 14px;
}

fieldset {
	border: solid 1px #666666;
	width: 300px;
	padding: -2px 10px 10px 10px;
	margin-bottom: 15px;

}

legend {
	color: #ffffff;
	background: #336633;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	
}

.currentResults {
	width: 800px;
	align-items: left;
	font-size: 17px!important;
	
}

.vote {
    background: #34bb48!important;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-family: "Coda Caption", sans-serif;
 
	
}

.vote p {
	margin-top: 3px;
	margin-bottom:4px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

.pollid {
    margin: 1px;
    font-family: inherit;

    line-height: 30px;
    background-color: #34bb48;
    color: #ffffff;
    width: 70px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #34bb48;
}

a:active {
	color: #000000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #34bb48;
}
.button{
  
    background: #34bb48!importnt;
    color: black;
    padding: 1px 5px;
    border: 0  solid;
    border-radius:8px ;
}
.button.input.submit.vote {
    color:black;
    padding: 0 9px;

}
input.submit.vote {
    color: black;
    padding: 0 9px;
}


/* Default for the poll bars */

.pollBar {
	height: 18px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
