body div.form div.image.profile
{
	width: 65px;
	height: 65px;
	
	margin: 0px 0px 0px 0px;
	float: left;
}

	body div.form div.image.profile img
	{
		width: 65px;
		height: 65px;
		
		border-radius: 65px;
		-moz-border-radius: 65px;
		-webkit-border-radius: 65px;
		
		-webkit-box-shadow: 0px 0px 10px 0.5px #999;
		-moz-box-shadow: 0px 0px 10px 0.5px #999;
		box-shadow: 0px 0px 10px 0.5px #999;
	}


body div.unique_code
{
	width: calc(100% - 84px);
	height: 53px;
	
	margin: 5px 0px 0px 0px;
	float: right;
	
	background-color: #ecd342;
	border: 1px dashed #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 5px #ecd342, 0px 0px 0px 0px rgba(10, 10, 0, 0.5);
}

	body div.unique_code div.text
	{
		width: calc(65% - 1px);
		height: 15px;
		
		padding: 22px 0px 16px 0px;
		float: left;
		
		font-family: 'Courier New';
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		
		border-right: 1px dashed #fff;
	}
	
	body div.unique_code div.icon
	{
		width: 35%;
		height: 53px;
		
		float: right;
		display: flex;
		align-items: center;
		justify-content: center;
		
		font-size: 35px;
		color: #fff;
		text-align: center;
	}
	
		body div.unique_code div.icon span
		{
			width: 100%;
			
			font-size: inherit;
			color: inherit;
		}

body div.alphabet-letter
{
	width: 100%;
	
	margin: 22px 0px 8px 0px;
	
	font-size: 20px;
}
body div.alphabet-letter:first-of-type
{
	margin: 0px 0px 8px 0px;
}

	body div.alphabet-letter span
	{
		margin: 0px 3px 0px 0px;
		float: left;
	}

a.customer
{
	color: inherit;
}

div.contact-item
{
	width: calc(100% - 30px);
	height: 10px;
	
	position: relative;
	
	margin: 0px 0px 10px 0px;
	padding: 9px 15px;
	display: table;
	
	background-color: #fff;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
body div.contact-item.fadeout
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

	body div.contact-item div.image
	{
		width: 60px;
		height: 60px;
		
		float: left;
	}
	
		body div.contact-item div.image img
		{
			width: 58px;
			height: 58px;
			
			border: 2px solid #ccc;
			
			border-radius: 60px;
			-moz-border-radius: 60px;
			-webkit-border-radius: 60px;
		}
		
		body div.contact-item div.image span
		{
			width: 58px;
			height: 43px;
			
			padding: 15px 0px 0px 0px;
			
			background-color: #f0f0f0;
			border: 1px solid #ddd;
			
			border-radius: 60px;
			-moz-border-radius: 60px;
			-webkit-border-radius: 60px;
			
			font-size: 30px;
			color: #ccc;
			text-align: center;
		}
		
	body div.contact-item div.text
	{
		width: calc(100% - 78px);
		height: 1px;
		
		margin: 15px 0px 0px 0px;
		display: table;
		float: right;
		
		line-height: 16px;
	}
	body div.contact-item.fadeout div.text
	{
		color: #ccc;
	}
	
		body div.contact-item div.text span
		{
			font-size: 13px;
		}