/**
 * Module Survey - Poll results styles
 */

.surveyStats .stat {
    margin: 1.6em 0;
}

.surveyStats .result {
    position: relative;
}

.surveyStats .percentage {
    font-weight: bold;
}

.surveyStats .barbox {
    background: rgba(0,0,0, .05);
}

.surveyStats .bar {
    height: 3px;
}

.surveyStats .votecount {
    opacity: .6;
}