.vote_variants_item_active {
    font-size: 0.95em;
    margin-bottom: 0.5em;
}

.vote_variants_item_active a {
    text-decoration: none;
    border-bottom: 1px dashed #039DBE;
}

.vote_variants_item {
    color: #666666;
    font-size: 0.95em;
    margin-bottom: 0.5em;
}

.vote_variant_title { 
}

.vote_variant_title_selected {
    font-weight: bold;
    margin-right: 20px;
}

.vote_variants_result_cell {
    margin-top: 0.1em;
    height: 10px;
    background-color: #F9F6E2;
    margin-right: 30px;
}

.vote_variants_result_value {
    float: right;
    font-size: 15px;
    margin-top: -15px;
    width: 25px;
    text-align: right;
}

.vote_variants_result_visual_value {
    height: 10px;
    background-color: #98C679;
}

.vote_variants_result_visual_max_value {
    background-color: #D89869;
}

.vote_variant_error_message {
    font-size: 0.95em;
    color: #666666;
}
