/* Vote */
.svote_title
{
    margin-bottom:0.7em;
}

.svote_vote
{
    text-align:center;
    margin-top:1em;
    margin-bottom:1em;
}

.svote_result
{
    text-align:center;
}

.svote_total
{
    margin-top:1em;
    margin-bottom:.5em;
}

.svote_progress {
    position: relative;
    border: 1px solid #cccccc;
    text-align: center;
    width: 15em;
    height: 1.1em;
}
.svote_progress_black {
    color: #000;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;
}
.svote_progress_white {

    color: #fff;
    background-color: #000066;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
    overflow: hidden;
}
.svote_progress_text
{
    display:block;
    height:1.1em;
    width:15em;
    font-size:1.1em;
    line-height:1.1em;
}