
	ol.vote-items-list, ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
ol.vote-items-list li {
    padding-left: unset !important;
}
ol.vote-items-list li.vote-item-vote-first{}
ol.vote-answers-list{margin-top:0.55em;}
ol.vote-answers-list li {
	margin-bottom:0.2em;
	margin-left: 0;
	}
ol.vote-answers-list li label {
    padding-left: 5px;
}
.voting-form-box
{
	font-size:100%;
	border:0px solid #ccc;
	/* padding: 0.55em; */
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

div.vote-item-links{
	float:right;}
.vote-item-title{
	font-weight:bold;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-header{
	/* margin-bottom: 0.5em; */
	margin: 10px 10px 10px 0px;
	}
div.vote-item-footer{
	margin-top: 0.5em;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float { 
	clear: both;}
form.vote-form,
ol.vote-items-list.voting-result-box {
	padding: 10px 20px;
	background-color: rgb(189, 33, 96);
	/*background: linear-gradient(45deg, #9e1060, #28bdbe);*/
	color: #fff;
	border-radius: 10px;
	border: #000 solid 1px;
	box-shadow: #7474747a 2px 2px 0px;
	display: block;
	position: relative;
	}
ol.vote-items-list.voting-result-box {
	
background: unset;
	
background-color: white;
	
color: #000;
	
max-width: 600px;
}
form.vote-form:before {
	content: "опрос";
	position: absolute;
	top: -17px;
	left: 5px;
	background-color: #000;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 5px 5px 0 0;
	opacity: .5;
}
.starrequired {
    color:red;
    text-shadow: #fff 1px 1px;
    font-weight: bold;
    }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
    margin-left:0.55em;}
input[type="submit"] {
    background-color: #fff;
    color: #9e1060;
    font-weight: bold;
    outline: none !important;
    border: #000 solid 0px;
    border-radius: 5px;
    padding: 2px 10px 3px;
}
a[name="show_result"] {
	color: #fff;
	border-bottom: #ffffff dotted 1px !important;
	opacity: .75;
}
.voting-result-box .vote-answer-table {
	width:100%;
}
.voting-result-box .vote-bar-table {
    width: 100%;
}
.vote-vote-footer a[name="show_form"] {
	
color: #fff;
	
font-size: 16px;
	
background-color: #9e1060;
	
border-radius: 5px;
	
padding: 3px 10px;
	
margin: 5px 0;
	
display: inline-block;
}

@media (max-width: 768px) {
    table.vote-answer-table > tbody > tr {
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	.vote-item-title{
		/* font-weight:bold; */
		text-align: center;
		}
}