.chmurka2020 {
    color: #a70700;
    padding: 0 2% 2%;
    text-align: center;
    line-height: 125%;
}

.task-point {
    background-color:#CCC;
    border-right: 1px solid #FFF;
    height: 12px;
    width:2%;
    float:left;
    display: block;
}
.task-point.done {
    background-color:#a7e256;
}

.task-bear {
    background-image: url(../img/bear.png);
    height: 46px;
    width: 35px;
    background-size: 100%;
    float:left;
    margin-left: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
}

.task-bear.done {
    background-image: url(../img/bear-done.png);
}

.task-heart {
    background-image: url(../img/heart.png);
    height: 30px;
    width: 35px;
    background-size: 100%;
    float:right;
    margin-right: 3px;
    margin-top: 12px;
    background-repeat: no-repeat;
}

.task-heart.lost {
    background-image: url(../img/heart-lost.png);
}

.endgame-item {
    float: none;
    width: auto;
    display: inline;
    border: 0;
    padding:2% 8% 3% !important;
    border-radius: 8px;
}
#taknie {
    text-align: center;
    position: absolute;
    right: 14px;
    top: 84px;
    width: auto;
    left: auto;
}
#taknie #tak {
    background-color: #579901;
    border-radius: 50%;
    font-size: 24pt;
    font-family: open sans, verdana;
    font-weight: 700;
    padding: 5px 12px;
    display: none;
    cursor: auto;
}
#taknie #nie {
    border-radius: 50%;
    font-size: 24pt;
    font-family: open sans, verdana;
    font-weight: 700;
    padding: 3px 15px 6px;
    display: none;
    cursor: auto;
}





@media screen and (max-width: 467px) {
    .task-bear {

        height: 37px;
        width: 26px;
    }
    .task-heart {
        height: 22px;
        width: 22px;
    }
}