

.allVotes{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.voteContainerOuter{
    position: relative;
    float: left;
    width: 236px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #40403E;
    border-radius: 5px;
    height: 205px;
}

.voteContainer{
    float: left;
    width: 237px;
    text-decoration: none;
}

.voteContainer span{
    float: left;
    text-decoration: none;
    color: #464646;
    font-size: 9pt;
    line-height: 15px;
    margin-top: 3px;
    margin-bottom: 4px;
}


.voteCount{
    float: left;
    width: 110px;
    margin-left: 5px;
    text-align: left;
    color: #FC0;
    line-height: 25px;
}
.voteImage{
    float: left;
    width: 232px;
    height: 175px;
    margin-left: 1px;
    margin-bottom: 2px;
    margin-tOP: 1px;
    border-radius: 2px;
}

.votingButton{
    float: right;
    margin-right: 2px;
    background-color: #FC0;
    color: #40403E;
    text-decoration: none;
    width: 105px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-radius: 2px;
    margin-top: 1px;
}


.voteResultContainer{
    position: fixed;
    top: 250px;
    left: 100px;
    width: 750px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: gray;
    font-size: 25pt;
    z-index: 1000;

    background-color: #40403E;
    color: #FC0;
    border-radius: 10px;
    display: none;
}


.voteResultContainer img{
    float: left;
    width: 55px;
    margin: 7px;
}