div.profile {
    margin-top: 40px;
}



div.profile .profile-header ul .btn {
    border-radius: 60px;
    font-size: 15px;
    padding: 8px 23px;
}
div.profile  .profile-header ul .btn span {
    margin-right: 4px;
    display: none;
    /*font-style: italic;*/
}

div.profile  .profile-header ul .btn .fa {
    color: #777;
    display: none;
}

div.profile span.username {
    text-transform: none;
    font-weight: 600;
    letter-spacing: -1px;
    color: #737b8a;
    font-size: 36px;
}

div.profile span.avatar {
    display: inline-block;
    border-radius: 50%;
	width: 120px;
	height:120px;
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}

div.profile ul.list-follows {

}

div.profile ul.list-follows li span {
    display: block;
    font-weight: 600;
    color: #737b8a;
}

div.profile .navigation {
    margin-top: 35px;
    margin-bottom: 25px;
}


div.profile div.profile-back {
    background-color: #3a3a3a;
    min-height: 100px;
    background-image: url('../profile-back-pattern.html');
    background-repeat: repeat;
    background-size: 40%;
    background-position: center;
}

.profile__edit-icon {
    position: relative;
    top: -5px;
    left: 10px;
    display: inline-block;
    cursor: pointer;
}