#profile-image {
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 1px 5px #efefef;
	border: #e7e7e7 1px solid;
}

#description {
	line-height: 1.3;
}

#footer {
	margin-bottom: 30px;
}

dt {
	margin-top: 5px;
}

dd {
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}

blockquote {
    font-size: 1.1em;
}
