<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabs {
    position: relative;          
  }
 

.tabs label.profile_tb {
	background: #ECEBEB ;
	/*background: -moz-linear-gradient(top, #ECEBEB 0%, #F7F7F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECEBEB), color-stop(100%,#F7F7F7));
	background: -webkit-linear-gradient(top, #ECEBEB 0%,#F7F7F7 100%);
	background: -o-linear-gradient(top, #ECEBEB  0%,#F7F7F7 100%);
	background: -ms-linear-gradient(top, #ECEBEB  0%,#F7F7F7 100%);         
	background: linear-gradient(top, #ECEBEB  0%,#F7F7F7 100%);*/
	font-size: 11px;  
	line-height: 40px;
	height: 40px;   
	position: relative;
	padding: 0 12px;
    float: left;
	/* display: block;*/
	width: auto;   
	color: #818080;
	letter-spacing: 1px;  
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.3);*/
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	margin: 0px auto;
	cursor: pointer;
}
.tabs label.profile_tb_active {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));        
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
	font-size: 11px;  
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 12px;
    float: left;
	/* display: block;*/
	width: auto;   
	color: #0077aa;          
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.3); */
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0 0px rgba(0,0,0,0.1), 0px 0 0px rgba(0,0,0,0.1);
	margin: 0px auto;
}
.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}


.content {
    background: #fff;
	position: relative;
 	z-index: 5;    
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
	border: 0px solid #E4E4E4 !important;
}
#you_personal_title , #profile_link_add_details  { display:none;}         
</pre></body></html>