.scv-poll-wrapper{
	background:red;
	display:none;
}

.scv-poll-container{
	font-family: arial;
}

.scv-poll-header{
	height: auto;
    margin-bottom: 28px;
    margin-top: 28px;
    font-weight: bolder;
}

.scv-poll-firstline{
    background-color: lightgrey;
    border: solid 1px #d8d8d8;
}

.scv-poll-firstline td{
	font-weight:bolder;
}

.scv-poll-line{
	border: 1px solid #d8d8d8;
}

#scv-poll-msg-not-validated{
	color: #bb3f3f;
    background-color: rgb(251, 203, 219);
    line-height: 28px;
    border-radius: 3px;
    padding-left: 10px;
    margin-bottom: 10px;	
}

#loaderPollButtons{
	margin-right: 90px;
}