
#poll{margin-bottom: 25px;}
#poll h1{ text-align: center;color:rgb(7, 41, 75); font-weight: normal; font-size: 24px; padding-bottom: 0;}
#poll_candidates li{list-style:none;width:100%; margin:10px 0;position:relative;}
@media (min-width: 576px) {
    #poll_candidates li{float:left; width:calc(50% - 2em); margin:20px 1em;}
    #poll_candidates li:nth-child(2n + 1) {clear:left;}
    #poll_candidates p{height: 154px; }
}
@media (min-width: 768px) {
    #poll_candidates li{width:calc(33.33% - 2em);} 
    #poll_candidates li:nth-child(2n + 1) {clear:none;}
    #poll_candidates li:nth-child(3n + 1) {clear:left;}
}
@media (min-width: 992px) {
    #poll_candidates li{width:calc(25% - 2em);} 
    #poll_candidates li:nth-child(3n + 1) {clear:none;}
    #poll_candidates li:nth-child(4n + 1) {clear:left;}
}
li > div{position:relative;}
#pollHeader{width:100%;height: auto;}

#poll_candidates img{display: block; width:100%; height:auto;}
#poll_candidates h3{padding:5px 0;color:#000;text-align: center;font-size:12px; font-weight: bold; margin:0 0 3px 0; border-bottom:0;}
#poll_candidates p{text-align: center; padding:10px 0 20px; font-size: @font_size_small; }
#poll_candidates .votes{position:absolute;display:block; background-color:#fff; text-align: right; font-weight: bold; right: 0;top:75%; padding:2px 2px 2px 2px; color: #000;}
#poll_candidates .votes span{color:#26baff; font-weight: normal; }
#poll_candidates .country,
#poll_candidates .sport{padding-bottom: 11px;color:#9aadce;}
#poll_candidates .country{padding-bottom:0; color:#fff}
#poll_candidates .desc{color:#000; line-height: 140%; font-size: 10px; padding:5px; text-align: justify; }

#poll_candidates .channel,#poll_candidates .voteFor{font-family: titillium,Arial,Helvetica,sans-serif; display:inline-block; width:48%; margin-bottom:6px; color:#000; text-align: center; text-decoration: none; line-height: 28px; }
#poll_candidates .channel{background-color: #d2d2d2; margin-right:1%;}
#poll_candidates .channel.wide{margin-right: 0; width:100%;}
#poll_candidates .channel:hover{background-color: #c2f4ff;}
#poll_candidates .voteFor{font-weight: bold; background-color: #000; color:#fff;}
#poll_candidates .voteFor:hover{background-color: #26baff;}


div.fb-like.fb_iframe_widget{z-index:2;}
div.fb-comments.fb_iframe_widget{z-index: 1}