<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vote-product {
    width: 100%;
    height: 26px;
    margin: 0 auto;
    background: url("../../themes/lmdc/img/lmdc/dots-line-vote.png") no-repeat;
}

.vote-product .vote-action {
    font-family: "Segoepr";
    height: 26px;
    line-height: 26px;
    text-align: left;
    width: 75%;
    display: inline-block;
}

.vote-product .vote-action:before {
    content: " ";
    background: url("../../themes/lmdc/img/lmdc/picto-vote.png") no-repeat;
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.vote-product .vote-count {
    color: #B41E32;
    display: inline-block;
    width: 23%;
    text-align: center;
}</pre></body></html>