html #pun .punbb .post .container .post-author ul li.pa-avatar { margin-bottom: 0 !important; }
html #pun .punbb .post .container .post-author ul li.pa-fld1 { margin-top: 7px !important; }
html #pun .punbb .post .container .post-author ul li.pa-fld3 { z-index: 3 !important; }

#viewprofile #profile-right .plashka { margin-top: 0 !important; }

.plashka {
        position: relative;
    -js-display: flex;
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 100%;
    background: #b8b0a8;
    box-sizing: border-box;
    margin-top: 0;
    border-radius: 0 0 50px 50px;
}

.plashka .image {
        position: absolute;
    left: 40px;
    bottom: 1px;
    max-width: 45px;
    height: auto;
    z-index: 1;
}

.plashka .text {
    position: relative;
    width: 100%;
    padding-left: 95px;
    text-align: left;
}

.plashka .text p {
    margin: 0;
}

.plashka .text .text__top {
    padding: 6px 9px 5px 0;
}

.plashka .text .text__top p {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 9px;
    padding: 0 !important;
    color: rgb(0, 0, 0);
    font-family: 'Verdana', sans-serif;
}

.plashka .text .text__bottom {
    padding: 0 9px 5px 0;
}


.plashka .text .text__bottom p {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 !important;
    color: #735e4f;
    font-family: 'Roboto', sans-serif;
}

.plashka .text .text__bottom:first-child {
    padding-top: 5px;
}

.plashka .text .text__top:last-child {
    padding-top: 0;
}

.plashka .text .text__top:last-child:first-child,
.plashka .text .text__bottom:last-child:first-child {
    padding: 12px 9px 12px 0;
    padding-top: 12px;
}