.lpv-vote-button {
    display: inline-block;
    margin-left: 10px;
}
.lpv-vote,
.lpv-disabled {
    background-color: #ffcc00;
    color: #000;
    border: none;
    border-radius: 3px;
    padding: 5px 12px;
    font-weight: bold;
    cursor: pointer;
}
.lpv-disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.lpv-note {
    display: block;
    font-size: 12px;
    color: #a00;
    margin-top: 4px;
}
