.poll_widget ul {
    margin: 0;
    padding: 0;
}
.poll_widget label {
	float: none;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    cursor: pointer;
    line-height: 34px;
    height: 34px;
}
.poll_widget li {
    border: 2px solid #efefef;
    margin: 0;
    margin-bottom: 7px;
    border-radius: 5px;
    list-style: none;
    padding: 3px 15px;
    background: #f7f7f7;
    font-size: 15px;
    font-weight: bolder;
}
.poll_widget input[type="radio"] {
    transform: scale(2);
    right: 22px;
    float: right;
    height: 35px;
}
#submit_poll {
    padding: 11px 70px;
    font-size: 18px;
    border: none;
    background: #ffaa01;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}
.poll_results {
	width: 100%;
    margin-bottom: 20px;
}
.poll_results table tr td {
    padding: 0.5em;
    border: 2px solid #cccccc;
    margin: 0;
    padding: 10px 15px;
    background: #ffffff;
    font-size: 15px;
    font-weight: bolder;
}
table tr td {
    border: 1px solid #D5E1A9;
    padding: 0.5em;
    vertical-align: top;
}

.row_out
{
	width:200px;
	height:200px;
	opacity:1;
}

.listtopie-initialized
{
	display: inline-block;
	position: relative;
	width: 100%;
	height:100%;
	vertical-align: middle;  
	text-align:center;
}

.listtopie-item
{
	display:none;
}

.listtopie-svg
{
	float:left;
	width:100%;
	height:100%;
}

.listtopie-list
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.listtopie-list > li
{
	overflow:auto;
}

.listtopie-link
{
	font-family:'Arial',sans-serif;
	display:block;
	padding:0px 0px;
	text-decoration:none;
	cursor:pointer;
}

.listtopie-link-color-out
{
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    text-align: center;
}

.listtopie-link-color
{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: 50%;
    left: 30%;
}

.listtopie-info-block
{
	position:absolute;
	width:auto;
	height:auto;
	border:0px green solid;
	padding:10px;
	margin:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#222222;
	color:#fff;
	font-size:14px;
	font-family:'Arial',sans-serif;
	min-width:100px;
	-moz-opacity: 0;
  	-khtml-opacity: 0;
	opacity:0;
	
}
.container{
	width: 400px;
	max-width: 90%;
	margin: auto;
}

.poll_widget_main li {
    border: 1px solid #a9a9a9;
    margin: 0;
    margin-bottom: 7px;
    border-radius: 5px;
    list-style: none;
    padding: 6px 15px;
    border: 2px solid #f5efc7;
    margin: 0;
    margin-bottom: 7px;
    border-radius: 5px;
    list-style: none;
    padding: 11px 15px;
    background: #fff9ce;
    font-size: 15px;
    font-weight: bolder;
}
#poll_search{
    text-align: right;
    background-color: #ffaa01;
    padding: 8px;
}
#poll_search input{
    padding: 5px;
    margin-right: 5px;
    border: 0;
    border-radius: 3px;
}
#poll_search button{
    padding: 5px 20px;
    margin-right: 5px;
    border: 0;
    border-radius: 3px;
}
.poll_widget_main.year li{
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: auto;
}
ul.poll_widget_main.year {
    margin-top: 20px;
}
.poll_widget_main li a, .poll_widget_main li a:hover {
    color: #000 !important;
}