body {
	background: #e8e8e8;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	margin-top: 100px;
}

.vcard {
	background: #110c0d;
	border-bottom: 60px solid #f6ab31;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	clear: both;
	color: #cccccc;
	margin: auto;
	padding: 90px 60px;
	overflow: hidden;
	width: 800px;
}

.left {
	box-sizing: border-box;
	float: left;
	padding-right: 40px;
	width: 60%;
}

.right {
	background: url(sep.png) no-repeat left center;
	box-sizing: border-box;
	float: right;
	padding-left: 50px;
	width: 40%;
}

.logo {
	margin-bottom: 20px;
}

.logo img {
	height: auto;
	width: 100%;
}

.details {
	list-style: none;
	margin: 0;
	padding: 0;
}

.details li {
	margin-bottom: 10px;
}

.details label {
	float: left;
	font-weight: 700;
	width: 100px;
}

.details span {
	display: inline-block;
}


