/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-Polls										|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File (RTL)															|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: right;
	margin:20px 1px;

}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: right;
}

.wp-polls-ul {
	margin: 0px 10px 10px 0px;
	font-size:15px;
}

.ans1 {
    font-size: 15px !important;
}
.ans2 {
    color: rgba(0, 0, 0, 0.56);
    font-size: 12px !important;
    margin: 0 5px 0px 10px;
    font-weight: 900 !important;
}
.ans3 {
box-shadow: 0 0 0px 2px rgba(134, 0, 0, 0.73);
padding: 2px 4px;
transform: rotate(-10deg);
display: inline-block;
width: max-content;
font-weight: 700 !important;
border-radius: 2px;
color: #000000ad;
}
.wp-polls .Buttons {
	border:0px !important;
    box-shadow: 0px 0px 1px rgb(16, 81, 14);
    background: #129b2187;
    padding: 5px 20px;
    cursor: pointer;
	color: #fff;
}
.vot2 {
    box-shadow: 0px 0px 1px rgb(115, 130, 115);
    background: rgb(210, 207, 207);
    font-size: 20px;
    padding: 6px 20px;
    cursor: pointer;
	color: #fff;
}
.vot2 a {
    color: #000 !important;
}
.svot{
	margin:0 auto;
	text-align:center;
}