﻿/* --------- poll ---------*/
.pollquestion
{
    font-size:11px;
    font-weight:bold;
    color:#45559F;    
}

.pollAnswers
{
    margin-top:10px;
    border: 1px solid #6A75B1;
    font-size:11px;
    font-weight:bold;
    color:#45559F; 
    width:100%;
    margin-bottom:10px;
}

.pollResult
{
    display:block;
    padding: 5px;
    background-color:#707070;
    font-size:11px;
    font-weight:bold;
    color:#333333;    
}

.pollPercentage
{
    background-color:#DFDFDF;
    padding:2px;
    margin-top:2px;
    margin-bottom:2px;
}