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

.wp-polls-archive {
    /* background-color: #ffffff; */
}

.wp-polls {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
    text-align: left;
    background-image: none;
    display: block;
}

.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
    text-align: left;
    list-style: none;
    float: none;
}

.wp-polls ul li:before,
.wp-polls-ans ul li:before,
#sidebar ul ul li:before {
    content: '';
}

.wp-polls IMG,
.wp-polls LABEL,
.wp-polls INPUT,
.wp-polls-loading IMG,
.wp-polls-image IMG {
    display: inline;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.wp-polls-ul {
    padding: 0px;
}

.wp-polls-ans {
    width: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    /* background-color: #ffffff; */
}

.wp-polls-loading {
    display: none;
    text-align: center;
    height: 16px;
    line-height: 16px;
}

.wp-polls-image {
    border: 0px;
}

.wp-polls .Buttons {
    border: 1px solid #c8c8c8;
    background-color: #f3f6f8;
}


/* Polls Archive Paging */

.wp-polls-paging a,
.wp-polls-paging a:link {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #0066cc;
    color: #0066cc;
    background-color: #FFFFFF;
}

.wp-polls-paging a:visited {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #0066cc;
    color: #0066cc;
    background-color: #FFFFFF;
}

.wp-polls-paging a:hover {
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
}

.wp-polls-paging a:active {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #0066cc;
    color: #0066cc;
    background-color: #FFFFFF;
}

.wp-polls-paging span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

.wp-polls-paging span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: bold;
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
}

.wp-polls-paging span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
}

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

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

.poll-votes {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0px;
    overflow-wrap: unset;
}

.poll-question {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 900;
}

.poll_elm {
    min-height: 44px;
    display: table;
    position: relative;
    width: 100%;
    /*height: 44px;*/
    min-height: 44px;
    float: left;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 10px 10px;
    background: hsla(149, 96%, 33%, 0.25);
    -webkit-transition: .2s;
    transition: .2s;
}

.pollbar {
    position: absolute;
    height: 100%;
    top: 0;
    background: hsla(149, 96%, 33%, 0.48);
    ;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: width 2s;
    transition: width 2s;
    right: 0;
    left: auto;
}

.POLL_ANSWER {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    white-space: pre-wrap;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: .2s;
    transition: .2s;
}

.poll-answer {
    padding: 10px;
    margin-bottom: 10px;
    background: hsla(149, 96%, 33%, 0.25);
}