@charset "utf-8";
.vcard {
	width: 90%;
	margin-bottom: 20px;
}
.fn, .org, .nametitle{
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.vcard .email {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.vcard .tel {
	margin-bottom: 10px;
	line-height: 20px;
	margin-left: 20px;
}
.vcard .descrip {
	margin-left: 20px;
}
