/* some style */

.graph {
    //border: 2px solid #4A235A;
}

.bars {
    position: relative;
    margin: 20px;
    padding: 10px 0px;

    border: 2px solid #4A235A;
    color: white;
}
/*
.bars .bar {
    background-color: orange;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: "";
}*/
.bars .bar {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;


}
.bars .bar .underflow {
    z-index: 100;
    overflow: hidden;
    white-space: nowrap;
    color: orange;
    position: absolute;
    background-color: white;
}

.bars .bar .content {
    transition: width 0.5s;
    z-index: 200;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    background-color: orange;
    position: relative;
}


.graph .result {
    font-size: 2em;
    margin: 0.5em;
    color: red;
}

.graph .result .result-text {
    color: green;
    font-weight: bold;
}

.vote button {
    font-size: 1.1em;
    margin: 15px;
}
.change-address button {
    font-size: 0.8em;
    padding: 7px;
}