ul {
  list-style: none;
}

li {
  padding: 10px 0;
}
.user_email {
    width:100%;
    color:#696969 !important;
    font-size: 18px !important;
    text-align: left;
}
.party {
    background: #ccc;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    color:#979797 !important;
}
.register-voter {
    margin-top:12px;
}

.mk-poll-single {
    margin-top: 0px;
    padding-top: 50px;
}
.signup-modal {
    text-align: center;
    padding: 10px 0;
}
.login-link {
    position: absolute;
    right: 0;
    font-size: 25px;
}
.home-profile-pic {
    position: relative;
    margin: 0 auto;
    text-align: right;
    top: 10px;
    width: 100%;
    display: inline-block;
    height: 50px;
}
.profile-pic{
    position: relative;
    margin: 0 0 0 20px;
    text-align: right;
    z-index: 1000;
    display: inline-block;
    height: 50px;
    width: 200px;
}
.profile,.home-profile  {
    position: absolute;
    left: 0;
    margin-top: 0;
    width: 100%;
    text-align: left;
}
.profile .display_name,.home-profile .display_name{
    font-size: 15px;
    text-transform: capitalize;
    color: #333;
    display: block;
    vertical-align: top;
    margin-top: 10px;

}
.badge-box {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background: red;
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: -13px;
    z-index: 1000;
    cursor: pointer;
    animation: shake 0.8s;
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
}
.badge-box i.fa-lightbulb {
    color:  #fff;
    font-size: 14px;
    margin: 1px 5px !important;
    position: relative !important;
    line-height: 17px;
    
}
.home-profile .display_name{
    color:#000;
}
.profile .total-votes{
    color:#333;
    margin-top: 14px;
    display: block;
}
.poll-table .total-vote {
    font-weight: bold;
    color: #000;
}
#femaleA,#femaleB,#maleA,#maleB{
    color: #7b7b7b;
    float: left;
    display: block;
    margin-top: 14px;
}
.home-profile .total-votes{
    color:#000;
    margin-top: 14px;
    display: block;
    
}
.profile i,.home-profile i {
    font-size: 26px;
    margin: 0 5px;
    color: #5c5c5c;
    position: relative;
    top: 0;
    line-height: 46px;
    float: left;
}

.signup-modal h3 {
    color: #000;
    margin-bottom: 26px;
    font-size: 24px;
}
h1.profile-form-title {
    font-family: "Permanent Marker" !important;
    color:#780073;
    font-size: 45px;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: 0.6 !important;
}
.jconfirm-title {
    text-align: left;
    display: block !important;
    padding: 0;
    color:#5d226f;
}
.jconfirm-title h2 {
    font-size: 30px;
    color:#780073;
    font-weight: 500;
    text-transform: uppercase;
}
.jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 10px 30px 0 !important;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.jconfirm-content {
    padding-top:15px;
}
input[type=radio].css-checkbox {
	position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
    float: left;
}

input[type=radio].css-checkbox{
	margin-left:-30px;
}

input[type=radio].css-checkbox:checked {
	
}
label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vote-form label {
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 5px 0px;
    width: 100%;
}
.slick-footer, .slick-header, .slick-slider {
    background: none;
}

.polls.slick-slider {
    overflow: hidden;
	max-height:600px;
}

.slick-slide {
    border-radius: 8px;
    padding: 12px;
}
.vote {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    font-size: 17px;
    text-align: left;
    margin-bottom: 16px;
}
.vote h4 {
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-family: inherit;
}

.vote-btn {
    display: none;
}
#fb-loginbutton {
    width: 100%;
    height: 40px;
    border: 1px solid#ccc;
    background:#4267b2;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.poll-content {
    width: 73%;
    float: left;
}
h2.poll-title {
    font-size: 38px !important;
    text-transform: capitalize !important;
    font-weight: lighter !important;
    color: #000 !important;
    text-align:center;
    margin:0 auto;
    max-width: 1140px;
}
h2.single-poll-title {
    font-size: 38px !important;
    text-transform: capitalize !important;
    font-weight: lighter !important;
    color: #000 !important;
    text-align:center;
    margin:0 auto;
    max-width: 1140px;
}

.slide-poll-title {
    font-size: 22px; 
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
    text-align:center;
    margin:0 auto;
    max-width: 1140px;
	font-family:unset ;
}
.elementor-element-07c0a15 .elementor-shortcode button{
    padding: 20px 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.elementor-element-07c0a15 .elementor-shortcode button.slick-next.slick-arrow{
    flex-direction: row-reverse;
}
.elementor-element-07c0a15 form{
    display: flex;
    justify-content: center;
}
.elementor-element-07c0a15 .elementor-shortcode .vote-btn.hidden{
    padding: 10px 40px !important;
    margin-top: 1rem;
}
.theme-page-wrapper #mk-sidebar.mk-builtin {
    width: 28%;
    float: right;
    margin-top: 20px;
}
.vote-form {
    margin-top: 20px;
}
.vote-form ul {
    text-align: center;
}
.vote-form li {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px;
    width: 80px;
    border-radius: 25px;
    overflow:hidden;
    margin-right: 5px;
}
.vote-form li:hover label {
    background:#000;
    color:#fff;
}

td.poll-title {
    text-align:left;
    font-size: 16px;
    padding-left: 0px;
    color: #6a6a6a;
}
.poll-table tr:nth-child(even) {
    background:none;
    border-bottom: 1px solid #c6c6c6;
}
.poll-table tr:nth-child(odd) {
    background:none;
    border-bottom: 1px solid #c6c6c6;
}

.poll-table tr.poll-header {
    background: none;
    font-weight: bold;
    color:#000;
    border-bottom: 1px solid #c6c6c6;
}

.sidebar-wrapper {
    border: 1px solid #ccc;
    height: 100%;
    display: block;
    min-height: 700px;
    background:#f9f9f9;
    padding:15px;
}

.panel.totalvotes, .panel.gender, .panel.age, .panel.politics, .panel.heading {
    max-width: 738px;
    min-height: 170px;
    border: 1px solid #cccccc;
    background:#f2f2f2;
    overflow: hidden;
    box-shadow: none;
}
.blue {
        color:#2a37f6;
    }
.red {
 color:#dc0000;
   
}

.bg-blue {
    background:#2a37f6;
    color: #fff;
}
.bg-red {
 background:#dc0000;
 color: #fff;
}
.bg-gray {
 background:#ccc;
}
.bg-white {
    background:#fff;
}

.live {
    padding: 0;
        padding-left: 0px;
    padding-left: 0px;
    left: -33px;
    position: absolute;
    font-family: 'Concert One', cursive;
    color: #762a74;
    text-shadow: 0px 1px 0px #f7f7f7;
    font-size: 16px;
    transform: rotate(-36deg);
    background-color: #fece16;
    overflow: hidden;
    text-align: left;
    padding-left: 45px;
    line-height: 14px;
    font-weight: 300;
    top: -4px;
    width: 180px;
}
.live h1 {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
}
.live h3 {
    margin-left: -10px;
    font-size: 16px;
    margin-bottom: 0px;
}
.panel {
    text-align: center;
    padding: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    overflow: hidden;
}
.panel h2 {
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    bottom: 1px;
    z-index: -1;
    color: #000000;
    -webkit-box-shadow: 0 4px 4px -2px #696969;
    -moz-box-shadow: 0 4px 4px -2px #696969;
    box-shadow: 0 4px 4px -2px #696969;
    margin-bottom: 12px;
    background: linear-gradient(90deg, rgba(130,130,130,1) 0%, rgba(233,233,233,1) 50%, rgba(130,130,130,1) 100%);
}
.votesection {
    float: left;
    text-align: center;
    width: 39%;
    margin-left: 22px;
    margin-top:38px;
    
}

.panel.totalvotes, .panel.gender, .panel.age, .panel.politics, .panel.heading {
    max-width: 98%;
    min-height: 170px;
    border: 1px solid #cccccc;
    background:#f2f2f2;
    overflow: hidden;
    box-shadow: none;
    padding-bottom: 12px;
}
.panel.gender {
    max-width: 37%;
    float: left;
    text-align: center;
    margin: 0 0 10px 10px;
}
.panel.age, .panel.politics {
    max-width: 60%;
    float: left;
    text-align: center;
    margin: 0 0 10px 10px;
}

.panel.age ul, .panel.politics ul {
    margin: 0 auto;
    position: relative;
}
.polparty {
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.polparty li {
    text-align: left;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 10px;
    line-height: 25px;
    height:32px;
}
.similar-polls-section {
    margin:20px 8px;
    border:1px solid #ccc;
}
.similar-post-title{
    padding:5px;
    background:#ccc;
    margin:0px;
    color:#000;
}
.similar-polls {
    margin: 20px 0px;
    list-style:none;
}
.similar-polls li {
    width: 97%;
    margin: 6px auto;
    border: 1px solid #ccc;
    
}
.similar-polls li .mk-similiar-title {
    padding: 15px 10px;
    display: block;
    font-weight: 400;
    font-size: 19px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: 
    #2c005e;
    font-family: tahoma;
}
.panel.age ul, .panel.politics ul {
    margin: 0 auto;
    position: relative;
}
.ads {
    border: 1px solid 
    #ccc;
    text-align: center;
    padding: 15px;
    height: 119px;
    margin: 16px 8px;
}
.agerange {
    list-style: none;
    font-weight: bold;
    font-size: 14px;
}
.agerange li {
    text-align: right;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    line-height: 25px;
}
.meter {
    position: relative;
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    float: left;
    border-radius: 5px;
    margin-bottom: 0px;
  
}
.meter p {
    right: 0px;
    position: absolute;
    top: 0px;
    right: -55px;
    font-weight: bold;
    line-height: 35px;
}
.age .answers {
    width: 86%;
    margin: 0 auto;
        margin-left: auto;
    height: 20px;
    margin-left: 9%;
}
.fill {
    height: 100%;
    border-radius: 5px;
}
.answer1 {
    float: left;
    margin-left: 65px;
    color: 
    #2a37f6;
}
.answer1, .answer2 {
    font-size: 16px;
    font-weight: bold;
}
.answer2 {
    float: right;
    margin-right: 18px;
    color: 
    #dc0000;
}
.answer1, .answer2 {
    font-size: 16px;
    font-weight: bold;
}
.choice-section {
    padding-top: 70px;
    width: 15%;
    float: left;
    background:#fff;
    border-left: 1px solid#ccc;
    border-right: 1px solid#ccc;
}
.women-section, .male-section {
    width: 42%;
    padding: 0 10px;
    margin: 0px;
    display: inline-block;
    background: #ffffff;
    vertical-align: top;
    text-transform: uppercase;
    float: left;
}
.women-section i,.male-section i {
    font-size: 40px;
}
.panel.politics, .panel.heading {
    max-width: 738px;
    min-height: 170px;
    border: 1px solid #cccccc;
    background:#f2f2f2;
    overflow: hidden;
    box-shadow: none;
}
.politics .answers {
    width: 86%;
    margin: 0 auto;
    margin-left: auto;
    height: 30px;
    margin-left: 12%;
}
.bg.answer1, .bg.answer2 {
    margin-left: 5px;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}
.bargraph {
    float: right;
    height: 30px;
    width: 351px;
    background: #dc0000;
    margin-left: 10px;
    margin-right: 19px;
    border-radius: 5px;
    background: #dc0000;
    background: -moz-linear-gradient(top, #dc0000 0%, #ff7272 50%, #dc0000 100%);
    background: -webkit-linear-gradient(top, #dc0000 0%,#ff7272 50%, #dc0000 100%);
    background: linear-gradient(to bottom,  #dc0000 0%,#ff7272 50%,
    #dc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#dc0000',GradientType=0 );
}
.fill.blue {
    border-right: 2px solid 
    #000000;
}
.fill.blue {
    border-right: 2px solid #ffffff;
    background: #2a37f6;
    background: #2a37f6;
    background: -moz-linear-gradient(top, #2a37f6 0%, #5761F2 50%, #2a37f6 100%);
    background: -webkit-linear-gradient(top, #2a37f6 0%,#5761F2 50%, #2a37f6 100%);
    background: linear-gradient(to bottom, #2a37f6 0%,#5761F2 50%,
    #2a37f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a37f6', endColorstr='#2a37f6',GradientType=0 );
}
.fill.red {
    background: #dc0000;
    background: #dc0000;
    background: -moz-linear-gradient(top, #dc0000 0%, #ff7272 50%, #dc0000 100%);
    background: -webkit-linear-gradient(top, #dc0000 0%,#ff7272 50%, #dc0000 100%);
    background: linear-gradient(to bottom, 
#dc0000 0%,#ff7272 50%,
    #dc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#dc0000',GradientType=0 );
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(2deg); }
}

.about-content {
    position: relative;
    padding: 0;
    line-height: 25px;
    font-family: hind;
    font-size: 20px;
    width: 92%;
    text-align: left;
    background-color: #f7fcff;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.jconfirm-title {
    padding-bottom:0px !important;
}
.jconfirm-title h3.profile-form-title {
    padding: 10px 0 0px 0;
    font-family: 'Luckiest Guy', cursive;
    font-size: 35px;
    color:#5e317d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.title-content {
    padding: 10px 0;
}
.title-content {
    border: solid 0px red;
    width: 100%;
    margin: 0 auto 20px;
    margin-left: auto;
    padding: 0px;
    font-size: 17px;
    margin-left: 0px;
    text-align: center;
}
.title-content h4 {
    text-align: left;
font-weight: normal;
font-size: 24px;
color:#000;
font-family: tahoma;
text-align: center;
}
.about-content form ul {
    width: 85%;
    margin: 0px auto;
    list-style: none;
    padding-bottom: 20px;
}
.about-content form ul li {
    margin-bottom: 15px;
}
.about-content form ul li {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 34px;
    margin: 0px;
    font-size: 18px;
    
}
.about-content form ul li select {
    width: 70%;
    max-width: 500px;
    float: right;
    height: 30px;
    font-size: 18px;
    border: 1px solid #a0a0a0;
    background:#f7fcff;
}
.button-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.about-content button {
    position: relative;
    width: 80%;
    max-width: 250px;
    height: 40px;
    border-radius: 5px;
    background: 
#762A74;
color:
    #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    display: table;
    margin: 0 auto;
}

.social-link-content {
    text-align:left !important;
    margin-bottom:0px !important;
}
.widget_media_image {
    margin-bottom:0px;
    text-align: center;
}
.widget_media_image img {
    max-height: 100px !important;
    width: auto !important;
}
#mk-footer .footer-wrapper {
    position: relative;
    padding: 20px 0 !important;
}
#footer-divider {
    margin-bottom: 42px;
}
#footer-divider .divider-inner {
    border-top: 1px solid rgba(232, 232, 232, 0.39);
}
#footer-title {
    text-align: center;
    margin-bottom: 15px !important;
    color: #fff;
}
 
#theme-page .theme-page-wrapper .theme-content {
    padding: 0px 20px;
}
#theme-page .theme-page-wrapper {
    margin: 0px auto;
}
.a-sticky .mk-header-bg {
    background: #ffc005;
}
.poll-content {
    margin-bottom:20px;
}
#mk-footer .mk-padding-wrapper {
    padding: 0px !important;
}
.poll-title-wrapper {
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
    top: 0px;
    padding: 19px;
    background: none;
}
.cwc-btn {
    
    display: block;
}
#footer-logos li {
    width:24%;
    display:inline-block;
    text-align: center;
}
#footer-logos li img {
   
    
}
#footer-logos li:hover img {
    
}
a.popup-link {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 28px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 5px;
    text-align: center;
    line-height: 23px;
    background:#294f71;
    color:#fff;
}
.donate-nav {
    background:red;
}
.donate-nav a.menu-item-link {
    color:#fff !important;
    font-size:16px !important;
}
.wpcf7-form label {
    display:block;
}
input[type="text"], input[type="email"], textarea.wpcf7-textarea {
    display: block;
    outline: none;
    border: 1px solid #ccc !important;
    line-height: 1.4em;
    font-size: 20px !important;
    padding: 5px 10px;
    width: 100% !important;
    color: #626262 !important;
    border-radius: 5px;
    background:#eee;
}
textarea.wpcf7-textarea {
    height: 200px !important;
}
.wpcf7-submit  {
    width: 150px;
    margin: 11px 0;
}
.grecaptcha-badge {
    opacity: 0;
}
.hidden{
    display:none;
}

span.yes-vote, span.no-vote {
    display:block;
}
.top-vote {
    font-weight:bold;
}
.highlight {
    background: #ffcc06 !important;
}
.latest-polls-wrapper {
    margin-top:100px;
}
#fancy-title-5 {
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.latest-polls-wrapper >div {
    background: #ececec;
}

#sub-footer .mk-grid {
  border-top: 1px solid rgba(232, 232, 232, 0.39);
}
#banner {
    height: 600px !important;
    top: 100px;
    position: absolute;
}
.bg-repeat {
    background-repeat: repeat-x !important;
}
.mk-testimonial .mk-testimonial-content p.mk-testimonial-quote {
    margin-bottom: 20px;
    font-family: Arial;
    font-weight:lighter !important;
    font-size: 18px !important;
    color:#7b7b7b !important;
    letter-spacing: 1px;
}
.poll-single-content {
    width: 72%;
    float: left;
    border: 1px solid #ccc;
  height: 100%;
  display: block; 
  background: #f9f9f9;
  padding: 20px;
}
#mk-sidebar {
  width: 27%;
  float: right; 
}
.comment-author.vcard{
    display:inline-block;
}
.comment-meta.commentmetadata{
    float:right;
}
.comment-author-link {
    color:#000;
}
.comment-body p {
    margin-top:10px;
    padding: 0 15px;
}
#respond li.comment  {
   list-style: none;
}
#respond ul#comments-list  {
   margin-left:0px !important;
}
li.recentcomments {
    line-height: 18px;
    margin-left: 0px;
}
li.recentcomments p{
    margin: 0px;
}
.pin {
    position: relative;
    top: -20px;
    left: 2%;
}

.jqvmap-pin { 
    transition: all .2s ease-in-out; 
    transform: scale(1.1);
}
.avatar-32,.avatar-40{
    border-radius:50%;
    margin-right: 6px;
}
.avatar-32 {
    float:left;
}
#commentform .avatar {
    width: auto;
}
#sidebar-comment {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: 16px;
    background: none;
    height: 30px;
    padding: 3px 0px !important;
    color:#000;
    font-family: inherit;
}
#comment {
    width: 94%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    background: none;
    height: 34px;
    padding: 10px 0 0 0 !important;
    margin-left:10px;
}
#respond {
    margin-top: 0px;
}
#sidebar-commentform input#submit-comment{
    border-radius: 5px;
    background: #000 !important;
    color: #fff;
    border: none;
    padding: 2px 11px;
    font-size: 16px;
}
#sidebar-commentform label {
    display: block;
    float: left;
    width: 84%;
    margin-top: 6px;
}
#sidebar-commentform .form-submit,#commentform .form-submit{
    text-align:right !important;
    margin-bottom: 0px;
}
#sidebar-commentform .photo {
    width: 32px;
}
#respond input#submit {
   background:#000; 
}

#commentform input#submit-comment {
    background: #0944f2;
    color: #fff;
    border: none;
    padding: 2px 11px;
    font-size: 20px !important;
}

#commentform input#submit-comment:disabled, #sidebar-commentform input#submit-comment:disabled{
    background: #ccc;
}

.banner-content {
    text-align:center;
}
.mk-testimonial .mk-testimonial-content {
    padding:0px !important;
    margin: 0 !important;
}
.flex-direction-nav {
    display:none;
}

.mk-testimonial.avantgarde-style {
    padding: 0px 0 !important;
    text-align: left !important;
}
.mk-testimonial.avantgarde-style .mk-testimonial-author {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
    display: none !important;
}
.mk-fancy-title {
    margin-bottom: 0 !important;
}

.mk-button--dimension-outline.skin-dark, .mk-button--dimension-savvy.skin-dark {
    border-color: #c2c2c2;
    color: #252525;
    border-width: 1px;
}
.mk-button--dimension-outline.mk-button--size-medium, .mk-button--dimension-savvy.mk-button--size-medium {
    padding: 8px 24px;
}
.wpb_single_image {
    margin-bottom:0px !important;
}
.party-text {
    text-align: justify !important;
    padding: 0 18px;
    min-height: 315px;
}
#create-poll {
    background: #000;
    margin-bottom: 20px;
}
span.member-badge {
    color: #000;
    font-size: 10px;
    background: #ffb507;
    padding: 2px 7px;
    border-radius: 25px;
}
.pol {
    height: 30px;
}

#yes-count,#no-count {
    position: absolute;
    top: 0;
    right: 7px;
    float: right;
    top: -33px;
    color: #000;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .poll-content, .poll-single-content {
        width: 100%;
        float: none;
    }
    #mk-sidebar {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .choice-section {
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    .sidebar-wrapper{
        min-height: max-content;
    }
    .votesection {
  float: left;
  text-align: center;
  width: 100%;
  margin-left: 0px;
  margin-top: 38px;
  padding: 0 20px;
}
#vmap{
    width: 100% !important;
    height: max-content !important;
}
.polparty{
    padding: 0px;
}
.polparty li { 
  display: flex;
  margin-bottom: 20px;
}
}












.party-results-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.party-result.pollss {
  flex: 1;
  margin: 10px;
}
.panel.politics{
    max-width: 100% !important;
}
.bg-white {
  background: #fff !important;
}
.bg-blue {
  background: #2a37f6 !important;
  color: #fff;
}
.bg-red {
  background: #dc0000 !important;
  color: #fff;
}
.bg-gray {
  background: #ccc !important;
}
td.poll-title{
    padding-left: 15px !important;
}