.poll-box {
    /*border: 1px solid #ccc;
    padding: 0px;*/
    margin: 15px 0;
    width: 250px;
    box-sizing: border-box;
}

.poll-right {
   /* float: right;*/
    margin-left: 20px;
}

/* Mobilki i tablety */
@media screen and (max-width: 768px) {
    .poll-box,
    .poll-right {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.poll-question {
    font-weight: bold;
    margin-bottom: 10px;
}

.poll-buttons button {
    margin: 5px 0;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}

.poll-up {
    background-color: #52a619;
    color: #fff;
    border: none;
}

.poll-down {
    background-color: #f35A02 !important;
    color: #fff;
    border: none;
}

.poll-thanks {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}
