.watek {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    align-items: flex-start;
}
.lewa-watek-autor {
    min-width: 220px;
    text-align: center;
    /* padding-top: 5px; */
    padding-right: 20px;
}
.prawa-watek-bs {
    background: var(--third-bg);
    padding: 20px 10px;
    border-radius: 7px;
	width: 100%;
}
.post_controls1 {
    margin-top: 15px;
}

.postbit_buttons > a:link, .postbit_buttons > a:visited {
    display: inline-block;
    padding: 10px 10px;
    margin: 2px;
    font-size: 14px;
    background: var(--third-bg-hover);
    border: 1px solid transparent;
    color: #ccc;
    border-radius: 333px;
    line-height: 14px;
}

.postbit_buttons > a:hover, .postbit_buttons > a:active {
    background: var(--blue);
    color: #fff;
    transition: 0.2s;
}

input.button {
    box-shadow: none;
    display: inline-block;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    color: #ccc;
    text-transform: none;
    width: auto;
    background: var(--third-bg);
    margin: 10px 0px;
    border: none;
}
img#avatar-post {
width: 100px;
    height: 102px;
    border-radius: 7px;
    margin: 10px 0px;
    border: 2px solid var(--third-bg);
}

.top-lista-uzytkownikow {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    background: var(--second-bg);
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 13px;
    border: 1px solid #0000005e;
}
div#uzytkownik-lista {
    float: left;
    width: 31%;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-right: 1%;
    margin-left: 1%;
    background: #111217;
    margin-bottom: 20px;
    border-radius: 13px;
    border-bottom: 2px solid #446696;
}
span.button-lista {
    background: var(--third-bg);
    padding: 5px 13px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}
.tloprofil {
    padding: 45px 10px;
    border-radius: 7px;
    text-align: center;
    position: relative;
}
.tab button.active {
    background: var(--blue);
    color: #fff;
    transition: 0.2s;
}
.tab button:hover {
    background: var(--blue);
    transition: 0.2s;    transition: 0.2s;
}
a#buttonszukajkawprofilu:hover {
    color: #Fff;
    background: var(--blue);
    transition: 0.2s;
}
		