body {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 1.5em;
	margin-top:100px
}

.license {
	width: 300px;
	-webkit-border-radius: 5px;
	background: #eaeaea;
	padding: 15px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	color: #333;
}

.license img {
	width: 80px;
	float: left;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 5px;
}

.license span.fn {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.license a.email {
	color: #007ee8;
	text-decoration: none;
}

