.watek {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #0f1014;
    margin-bottom: 20px;
    border-radius: 7px;
    align-items: flex-start;
    border: 2px solid #000;
}
.lewa-watek-autor {
    min-width: 220px;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
}
.prawa-watek-bs {
    background: #1f2228;
    padding: 20px 10px;
    border-radius: 7px;
	border: 2px solid #000;width: 100%;
}
.post_controls1 {
    margin-top: 15px;
}
.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
    display: inline-block;
    padding: 10px 14px;
    margin: 2px;
    font-size: 11px;
    background: #264059;
    border: 1px solid #2a2a36;
    color: #ffffff;
    border-radius: 7px;opacity:1;
}

input.button {
    background-image: -moz-linear-gradient( -16deg, rgb( 69, 104, 220 ) 0%, rgb( 176, 106, 179 ) 100%);
    background-image: none;
    box-shadow: none;
    display: inline-block;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-transform: none;
    width: auto;
    background: #264059;
    margin: 10px 0px;
    border: none;
}
img#avatar-post {
    width: 80px;
    height: 80px;
    border-radius: 3333px;
    margin: 10px 0px;
    border: 2px solid #264059;
}

.top-lista-uzytkownikow {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #1f2228;
    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: #446696;
    padding: 5px 13px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}
.tloprofil {
      background: #1f2228;
    padding: 45px 10px;
    border-radius: 13px;
    border-top: 3px solid #2d4566;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #54caf1;
}
.tab button.active {
    background: linear-gradient(to right , #53c8ef, #2d4566);
}
.tab button:hover {
    background: linear-gradient(to right , #53c8ef, #2d4566);
}
a#buttonszukajkawprofilu:hover {
    color: #Fff;
    background: linear-gradient(to right , #428eb2, #304f70);
}
		
		
		