#stopka { 
	height: 150px;
    background: #444444;
    background-size: cover;
    margin-left: -2%;
	margin-top:40px;
	display:none;
}

.boczny { 
	width:270px; 
}

.lewastopka {
	color: #c6c6c6; 
    float: left;
    margin-left: 2%;
    margin-top: 60px;

}

.prawastopka {
	color: #c6c6c6;      
	float: right;
    margin-top: 60px;
}

.ikonkaprzewijania { 
	margin-left: -10%;
    margin-top: 60px;
    display: inline-block;
    position: absolute;
    background: #f89836;
    padding: 15px;
	border-radius: 5px;
}


#profiltop { 
    height: 190px;
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
    display: block;
    position: relative;
}

#pasekprofil { 
	height: 60px;
    background: #444444;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    padding-left: 180px;
}

.avatar12 { 
	width: 110px;
    height: 110px;
    border-radius: 333px;
    display: inline-block;
    margin-top: 120px;
    position: absolute;
    margin-left: 32px;
}

.nick {
	position: absolute;
    margin-top: 119px;
    margin-left: 180px;
    font-size: 21px;
	font-weight: bold;
}

.ranga { 
	position: absolute;
    margin-top: 150px;
    margin-left: 180px;
    font-size: 14px;
    font-weight: bold;
}

.box { 
	padding-right: 16px;
    padding-left: 16px;
    height: 39px;
    margin-top: 13px;
    display: inline-block;
    text-align: left;
    float: left;
    border-right: 1px solid #35373c;
}

.tps { 
	font-size: 12px;
    font-weight: bold;
    color: #71706b;
}

.tps1 { 
    font-size: 13px;
    font-weight: bold;
    color: #adadad;
}

.buttonaktywnosci { 
    float: right;
    margin-right: 10px;
    background: #161616;
    margin-top: -8px;
    line-height: 40px;
    height: 41px;
    padding: 0px 17px;
    border-radius: 3px;
    font-size: 14px;
}

#lewaprofil { 
	width: 30%;
    float: left;
}

.buttonreputacji { 
	width: 94%;
    background: #598f5b;
    padding: 10px 10px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
	color: #ffffff70;
}

.tab {
    overflow: hidden;
    border: 1px solid #212121;
    background: #333;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 29px;
    transition: 0.3s;
    border-right: 1px solid #282a2f;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #282a2f;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color:#282a2f;
}

/* Style the tab content */
.tabcontent {
      display: none;
    padding: 7px 12px;
    border-top: none;
        background: #444444;
}

#prawaprofil { 
	float: right;
    width: 68%;
}

.post_wrap { 
	color:#747474;
    padding: 20px;
    background: #161616;
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 5px;
}

@media screen and (max-width: 960px) {
	#users {     width: 100%; } 
	#lewaprofil {     width: 100%; } 
	#prawaprofil {     width: 100%;  } 
	.avatar12 { margin-top:46px;}
	#rwd { display:none;}
	#pasekprofil {     padding-left: 17px; } 
	
.buttonreputacji { 
	width:100%: 
}
	
#boczny { 
    float: left;
    width: 100%;
    text-align: center;
}
	
#glowny { float:left;} 
.staty { display:none;}
}
		
		