﻿/* Kino Rating*/
div.multiVotingBox {
    border: 1px solid #eee;
    float: right;
    margin: 0 0 15px 15px;
}
div.module.news div.detailview div.multiVotingBox div.border {
    min-height: 10px;
    padding: 5px;
}
div.multiVotingBox .counter {
    background-color: #eee;
    color: #39c;
    display: block;
    font-weight: bold;
    line-height: 1.8em;
    text-indent: 5px;
}
div.multiVotingBox .descripton {
    font-weight: bold;
    line-height: 16px;
    margin-right: 5px;
}
div.multiVotingBox .voting {
    float: right;
}

