#vote
{
    z-index: 200;
    background-color: white;
    box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 20px;
    display: none;
}
#vote button.fa
{
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    color: white;
    border: 1px solid #B3B3B3;
    padding: 5px;
}
#vote div
{
    text-align: left;
}
#vote form
{
    padding: 0;
    margin: 0;
}
#vote form h1
{
    margin: 20px 0;
}
#vote li.bubble
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-height: initial;
    background-color: grey;
    border: none;
    cursor: pointer;
    color: white;
}
#vote li.bubble.active
{
    background-color: #e0027a;
}
#vote li.bubble.hovered
{
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}
#vote .markContainer
{
    float: right;
}
#vote form ul.markContainer
{
    width: auto;
    min-width: initial;
}