/*
+----------------------------------------------------------------+
|																	|
|	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 p {
    line-height: 1.2rem;
	margin: 0;
}
.wp-polls p strong {
	font-weight: 600;
}

.wp-polls-loading {
	display: none !important;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
    list-style: none;
	padding: 0;
	margin-top: 15px;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    display: block;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	border: 0 !important;
	margin: 0 !important;
}

.wp-polls img, .wp-polls label, .wp-polls input, .wp-polls-loading img, .wp-polls-image img {
    display: inline;
    margin-right: 5px;
}

.wp-polls .Buttons, .poll-results, .vote-poll {
    border: 1px solid #212529;
    background-color: #fff;
    width: 100%;
    padding: 9px;
    margin-top: 8px;
    display: block;
    color: #212529;
    font-size: 14px;
    border-radius: 0px;
}
.wp-polls p a {
    border: 1px solid #212529;
    background-color: #fff;
    width: 100%;
    padding: 9px;
    margin-top: 8px;
    display: block;
    color: #212529;
    font-size: 14px;
	text-decoration: none;
}