﻿#column_left{
	width: 470px;
	float: left;
}

#column_right{
	width: 240px;
	float: right;
	text-align: right;
}

.vcard {
	border-top: 1px solid #CACDD0;
	border-bottom: 1px solid #CACDD0;
	min-height: 1px;
	padding: 20px 10px;
	line-height: 18px;
}

.vcard .fn{
	font-weight: bold;
}

.vcard .adr,
.vcard .postal{
	margin: 0 0 18px 0;
}

.vcard .details{
	margin: 18px 0;
}

.vcard .details .type{
	text-align: left;
	width: 70px;
	display: block;
	float: left;
	margin-left: 30px;
	color: #7f7f7f;
}

h2{
	padding: 5px 0;
}

.contact_panel{
	display: none;
}