
.description {
	margin: 0 0 18px 0;
	}
	
	
.vcard {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	margin: 9px -10px 36px;
	}
	
	.team_member {
		background: none;
		margin: 9px 0 36px;
		padding: 9px 0;
		border: none;
		border-top: 1px solid #ccc;
		}
	
	.vcard h4 {
		margin: 0;
		text-transform: none;
		font-weight: bold;
		letter-spacing: normal;
		font-size: 12px;
		}
	
	.vcard .adr .type {
		display: none;
		}
		
	.vcard .numbers {
		margin: 9px 0 0;
		}
		
	.vcard .numbers strong {
		width: 60px;
		float: left;
		font-weight: normal;
		color: #3e5d83;
		text-transform: lowercase;
		}
		
	.vcard img {
		width: 75px;
		height: 100px;
		background: #999;
		float: left;
		margin: 5px 10px 10px 0;
		}
		
	.vcard .role {
		color: #3e5d83;
		font-weight: normal;
		}
		
	.vcard .note {
		margin-right: 95px;
		border-bottom: 1px solid #ddd;
		padding: 0 0 9px 0;
		min-height: 1px;
		}
		
		* html .vcard .note {
			height: 1px;
			}
			
		.vcard .note:after {
			height:0;
			visibility: hidden;
			display: block;
			clear: both;
			content: ".";
			}
