.avatar {
    margin-top: 25px;
    margin-bottom: 15px;
    margin-top: -20px;
}


.nazwaprofilu {
    font-size: 17px;
    font-weight: bold;
}
.padding12 {
    padding-left: 15px;
    padding-right: 15px;
}
.podtytulprofil {
    margin-bottom: 10px;
}

.ttl {
    width: 100%;
    background: #f5f5f5;
    display: block;
    margin-bottom: 14px;
    height: 45px;
    border-right: 1px solid #277fd5;
    line-height: 45px;
    border-left: 1px solid #277fd5;
    color: #aa9d9d;
}
span.tresctegogowna {
    float: left;
    margin-left: 20px;
}
span.wartosctegogowna {
    float: right;
    margin-right: 20px;
}

/* Dropdown Button */
.dropbtn {
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background: none;
    font-weight: bold;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #39658f;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 6px;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #4a78a5;
    border-bottom: 2px solid #277fd5;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
		