<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* image view in header click  15/feb/2017 */
.userPicborder {
	margin: 12px 0 0 5px;
    /* border: 1px solid #d0d0d0; */
    float: left;
}
.profileBox .picCover {
	float: right;
}
.profileBox .userPicborder {
	border: 3px solid #ececec;
}
.profileBox .userPic {
	position: relative;
	width: 54px;
	float: left;
	cursor: pointer;
}
.profileBox .userPic .user-thumb {
	border: 1px solid #d0d0d0;
	float: left;
}
.picDetailbox {
	position: absolute;
	top: 100%;
	padding: 6px 5px 6px 6px;
	border: 1px solid #c2c2c2;
	background: #ececec;
	right: 0;
}
.float-l, .f-left {
	float: left!important;
}
.picDetailbox .thumbBox {
	float: left;
	border: 6px solid #fff;
}
.picDetailbox .thumbBox img {
	border: 1px solid #acacac;
	float: left;
}
.picDetailbox .profileBtn {
	padding-top: 10px;
}
.picDetailbox .brwnBtn {
	border-radius: 2px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8b8b8b;
	font: bold 12px/19px arial;
	color: #515151;
	padding: 0 6px;
	margin: 4px 2px;
	float: left;
}
.picDetailbox a {
	text-decoration: none;
}
.picDetailbox .thumbDetail {
	margin-left: 156px;
	position: relative;
	min-height: 176px;
	height: auto!important;
}
.picDetailbox .nameId {
	font: 12px/14px Arial;
	color: #515151;
	white-space: nowrap;
}
.picDetailbox .emailId {
	margin: 4px 0;
}
#picDetailBox .badgesRow {
	color: #8F8F8F !important;
	font-size: 12px;
	font-family: arial;
	font-weight: 700;
	padding: 9px 0;
}
.badgesRow .pointRow {
	padding-top: 5px;
}</pre></body></html>