﻿.poll-box
{
    padding: 2px;
    width: 100%;
}
.poll-question
{
    font-size:12px;
    font-weight:bold;
    color:Green;
    padding: 2px;
    margin-bottom: 4px;
}
.poll-total
{   
    
    padding: 2px;
    text-align: center;
    font-size: 12px;
}
.poll-result
{
    font-size: 12px;
    padding-left: 4px;
    font-weight: bold;
}
.poll-result span
{
    color: Green;
}
.poll-chart
{
    background: Gray;
    padding: 1px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 3px;
}
