.anketaNaslov{
	border-top: 1px solid #000;
	background-color: rgba(240, 240, 240, 1);
	font-size: 25px;
	font-weight: bold;
	padding: 20px 15px;  
}

.anketaForma{
	padding: 20px 30px;
}

.anketaOpcija{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
}

.anketaOpcija input{
	margin-right:15px;
	width: 1em;
	height: 1em;
}

.anketaGlasaj{
	margin-top: 20px;
	border: none;
   color: white;
 	font-size: 30px;
   font-weight: bold;
   padding: 10px 35px;
   background-color: #1773c6;
}
    
.anketaSidebar{
	background-color: rgba(240, 240, 240, 1);
}

.anketaSidebarNaslov{
	background-color: #1773c6;
	color: white;
	padding: 2px 10px;
}

.anketaSidebarRed{
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1.2em;                 
	border-top: 2px solid lightgray;
}
