.thread-pollvote
{
    position: relative;
}

.poll
{
    padding: 20px;

    background-color: #fafafa;
}



.variants-item
{
    overflow: visible;
}

.variant-percents
{
    font-size: 22px;
    line-height: 1;

    float: right;

    width: 15%;

    text-align: center;

    color: #00b5f0;
}

.poll-title
{
    font-size: 18px;

    padding-bottom: 5px;

    border-bottom: 1px solid #e5e5e5;
}

.poll-variant-title
{
    font-size: 1rem;
    font-weight: 600;

    float: none;

    padding-bottom: 5px;

    text-transform: none;

    color: #90959b;
}

.poll-variant-result-container
{
    position: relative;

    float: left;

    width: 85%;
    height: 20px;

    background-color: #d8d8d8;
}

.poll-variant-result-overlay
{
    position: relative;

    height: 20px;

    cursor: pointer;

    background-color: #00b5f0;
}

.vote-now
{
    font-size: 14px;

    position: absolute;
    z-index: 90;
    top: 0;
    right: 50%;

    width: 120px;
    margin-right: -60px;

    cursor: pointer;
    text-align: center;

    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.poll-variant-total-voted
{
    font-size: 14px;

    color: #90959b;
}

.poll-who-container
{
    position: absolute;
    bottom: 20px;
    left: 0;

    padding: 20px;
}

.poll-who
{
    position: relative;

    width: 320px;
    padding: 10px;

    color: #fff;
    border-radius: 4px;
    background-color: rgba(0,0,0,.7);
}

.poll-who:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -10px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 10px;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0,0,0,.7);
}

.poll-who-users
{
    overflow: hidden;

    padding-top: 10px;
}

.poll-who-item
{
    float: left;

    width: 40px;
    height: 40px;
    margin: 5px;
}

.poll-who-item-image
{
    width: 40px;
    height: 40px;
}

.rn-row
{
    margin-top: 20px;
}

.variants .rn-row
{
    min-height: 40px;
}

.loading
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-image: url('http://theagency-ny.com/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.padding-t
{
    padding: 15px 0 0;
}
