<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.anketa td {
	border:0 !important;
}
.anketa tr:nth-of-type(odd) {
	background:#ffffff !important;
-webkit-box-shadow: 0px 0px 34px -11px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 34px -11px rgba(0,0,0,0.25);
box-shadow: 0px 0px 34px -11px rgba(0,0,0,0.25);
}
.anketa table {
	width:100% !important;
}
.anketa {
	margin-top:30px;
	margin-bottom:30px;
}
.anketa a.poll_title {
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(28, 145, 21);
    text-shadow: 0px 0px 1px rgba(150, 150, 150, 0.67);
	border-bottom:1px solid rgba(231,231,231,1.00);
	font-size:17px;
}
.anketa .answerofquest {
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:0;
	font-size: 16px;
}
.anketa .answerofquest a {
	font-weight:normal;
	color: #4A4A4A;
	
}
.anketa .vote-items {
	margin-top:20px;
}
.anketa input[type=checkbox]:not(old),
.anketa input[type=radio]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.anketa input[type=checkbox]:not(old) + label,
.anketa input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.anketa input[type=checkbox]:not(old) + label &gt; span,
.anketa input[type=radio]:not(old) + label &gt; span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

.anketa input[type=checkbox]:not(old):checked + label &gt; span,
.anketa input[type=radio]:not(old):checked + label &gt; span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

.anketa input[type=checkbox]:not(old):checked + label &gt; span:before{
  content     : '?';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

.anketa input[type=radio]:not(old):checked +  label &gt; span &gt; span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
.comment-section {
    padding-left: 15px;
    margin-top: 20px;
	padding-right: 15px;
}
.comment-title {
    padding-bottom: 5px;
    font-size: 15px;
    border-bottom: 1px dashed rgba(31, 190, 89, 0.34);
}
textarea.comment-textarea {
	width: 100%;
    height: 150px;
    margin-top: 10px;
    border: 0px;
	color:rgba(31, 190, 89, 1.00);
}
.comment-section textarea {
	padding: 10px 10px !important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
}
.vote-button {
    margin-left: 15px;
    color: #fff;
    margin-top: 10px;
    width: 100px;
    background-color: #1c9115;
    border: 0;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
}
.take-anketa {
	padding:15px;
}
.comment-section input {
	padding: 0px 10px;
	width: 50%;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
    margin-top: 10px;
    border: 0px;
	color:rgba(31, 190, 89, 1.00);
	height:30px;
}
.comment-recaptcha { 
 	padding-left:15px;
	margin-top:5px;
}
</pre></body></html>