@CHARSET "UTF-8";
	#profile_div{
		padding:0 !important;
		border:0 !important;
	}
	
	#display_cover_img{
    	margin:0;
    	padding:0;
    	width:100%;
    	height: 360px;
    	background-color:#BDBDBD;
    	top:0;
    	position:relative;
    	/*border:1px solid #d9d9d9;*/
    	border: 1px 1px 0px 1px;
    	border-style: solid;
    	border-color: #d9d9d9;
    }
    
   	#display_cover_img_none, #display_cover_img_image #display_profile_img_none, #display_profile_img_image{
   		width:100%;
    	text-align:center;
    	vertical-align: middle;
    	float:left;
    	position:relative;
    }
    
    #display_cover_img_none, #display_cover_img_none span{
    	color:#ffffff;
    	padding-top:150px;
    }
    #display_profile_img_none{
    	padding-top:30px;
    	color:#ffffff;
    	background-color:#007fc3;
    	width:100%;
    	height:100%;
    	text-align:center;
    }
    
    #display_cover_img_none span, #display_profile_img_none span{
    	font-size:10pt;
    }
    
    #display_profile_img_none span{
    	color:#ffffff;
    }
    
    
    #display_profile_img {
    	margin:0;
    	padding:0;
    	width:160px;
    	height: 160px;
    	border:2px solid #ffffff;
    	position:absolute;
    	bottom:20px;
    	left:20px;
    	float:left;
		background: #E0E0E0;

		/* Make it round */
		-ms-border-radius:999px; /* IE10+ */
		-o-border-radius:999px; /* Opera */
		-moz-border-radius:999px; /* Firefox */
		-webkit-border-radius:999px;/* Webkit (Safari, Chrome, other) */
		border-radius:999px;
    }
    
    #entity_title{
    	font-size:18pt;
    	text-align:left;
    	vertical-align: middle;
    	float:left;
    	position:absolute;
		line-height: 1.3em;
    	color:#fff;
    	text-rendering:optimizelegibility;
    	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    	bottom:40px;
    	left:200px;
    }
    
	#display_cover_img_image{
    	/*background-color:transparent !important;*/
    	width:100%; height:100%;
    	/*background-size: 1180px auto;*/
		background-size: cover;
		background-position: center center;
    	background-repeat: no-repeat;
    }

    #display_profile_img_image{
    	/*background-color:transparent !important;*/
    	width:100%; height:100%;
    	background-size: 100% 100%;
    	background-repeat: no-repeat;

		/* Make it round */
		-ms-border-radius:999px; /* IE10+ */
		-o-border-radius:999px; /* Opera */
		-moz-border-radius:999px; /* Firefox */
		-webkit-border-radius:999px;/* Webkit (Safari, Chrome, other) */
		border-radius:999px;
    }    
    
    
    .group_profile_img_small{
    	border-radius: 50%;
		width:100%;
    }
    