#results{
    width : 90%;
    min-height : 500px;
    float : left;
    margin : 25px 5%;
}

.questionWrapper{
    margin : 10px 0;
    border-bottom : 1px dotted #CCCCCC;
    width : 100%;
}

.question{
    font-weight : bold;
    clear : both;
}

.answerText, .total{
    width : 50%;
    float : left;
    clear : both;
    padding-left : 20px;
}

.answerValue, .answerRatio{
    float : left;
    width : 10%;
}

.resultRow{
    width : 100%;
    height : 25px;
}

.resultRow:hover{
    background-color: #CCCCCC;
}
#exportLink{
    float : right
}
