.vote_box .photo, .vote_box .input{
    
    
}

.vote_box .subm{
    margin: 1em 0;
}

.vote_box .text{
    padding: 0.5em 0;
    font-style: italic;
}

.vote_box .title{
    
}

.vote-box-inp .vote_asc_row{
    /*margin-bottom: 1em;*/
}

.vote_box .vote_steps, .vote_box .vote_steps li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.vote_box .vote_steps{
    margin-top: 1em;
}

.vote_box .vote_steps li{
    display: inline-block;
    margin-right: 1em;

}

.vote_box .vote_steps li.active{
    font-weight: bold;

}


.vote_result .item{
    margin-bottom: 1em;
}

.vote_box .all_count{
    font-weight: bold;
}

.vote_result .item .line{
    height: 5px;
    background: #008000;
}

.vote_result  .item .percent{
    display: none;
}

.vote_result .item .count:before{
    content: " (";
}

.vote_result .item .count:after{
    content: ")";
}