.user-profile{
    border-radius: 4px;
    background: white;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
	overflow: hidden;
	margin-bottom: 10px;
}
.user-profile-cover{
	width: 100%;
	max-height: 400px;
}
.user-profile-cover-image{
	width: 100%;
}
.user-profile-card{
	padding: 30px;
    display: inline-flex;
}
.user-profile-card-avatar{
	width: 100px;
	height: 100px;
}
.user-profile-card-avatar-image{
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.user-profile-card-avatar-status{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: -8px;
	right: -8px;
	border: 5px solid white;
	border-radius: 30px;
	background-color: #26A65B;
	background-image: url(/svg/connection.svg?v=2);
	background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 4px 4px;
}
.user-profile-card-bio{
	margin-left: 30px;
}
.user-profile-card-bio-name{
	line-height: 24px;
}
.user-profile-card-bio-namelink,
.user-profile-card-bio-namelink:hover{
	color: black;
	font-weight: bold;
	font-size: 24px;
}
.user-profile-card-bio-screenname{
	line-height: 16px;
}
.user-profile-card-bio-screennamelink,
.user-profile-card-bio-screennamelink:hover{
	color: #666;
	font-weight: bold;
	font-size: 16px;
}
.user-profile-card-bio-description{
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
}
.user-profile-card-bio-description > .line{
	min-height: 16px;
}
.user-profile-card-bio-tags-link{
	box-sizing: border-box;
	color:#444;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: normal;
	height: 28px;
	line-height: 13px;
	text-align: center;
	background-clip: padding-box;
	border: 0;
	cursor: pointer;
	border-radius: 6px;
	background: #fcfbf7;
	border:1px solid #888;
	box-shadow: 0px 1px 0px #a4a4a4, 0px 1px 4px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.4), inset 0px 0px 2px rgba(255,255,255,0.6);
}
.user-profile-card-bio-tags{
	margin-top: 20px;
}
.user-profile-card-bio-tags > li{
	display: inline-block;
	margin-right: 10px;
	line-height: 32px;
}
.user-profile-card-bio-tags-link:hover{
	color: #000;
	border-color: #444;
	text-decoration: none;
}
.user-profile-stats-wrapper{
	padding: 0 20px;
}
.user-profile-stats{
    border-top: 1px solid rgb(220,220,220);
	padding: 14px 0 0 0;
	width: 100%;
}
.user-profile-stats > li{
	display: inline-block;
}
.user-profile-stats > li.item{
	padding: 0 10px 14px 10px;
	margin: 0 10px;
	text-align: center;
	min-width: 50px;
}
.user-profile-stats > li.sep{
	padding-bottom: 14px;
	width: 1px;
	height: 15px;
	border-right: 1px solid rgb(220, 220, 220);
}
.user-profile-stats-link{
	display: inline-block;
	text-align: center;
}
.user-profile-stats-link:hover{
	text-decoration: none;
}
.user-profile-stats-link > .label,
.user-profile-stats-link > .value{
	display: block;
}
.user-profile-stats-link > .label{
	font-size: 12px;
	margin-top: 3px;
}
.user-profile-stats-link > .value{
	font-size: 16px;
	font-weight: bold;
}
.user-profile-stats-link > .label{
	color: #666;
}
.user-profile-stats-link > .value{
	color: #222;
}
.user-profile-action{
	position: absolute;
	right: 20px;
	top: 20px;
}
.layout-users{
	overflow: hidden;
}
.layout-users.grid > .layout-users-column{
	width: 375px;
}
.layout-users.grid > .layout-users-column:first-child{
	float: left;
}
.layout-users.grid > .layout-users-column:last-child{
	float: right;
}