body {
	font-family: 'Vollkorn', serif;
	background: #f0f0f0;
}
.container {
	max-width: 750px;
	background: #fff;
	padding-top: 10px;
}
.container.black {
	background-color: #252525;
	color: #f6f6f6;
	margin-bottom: 20px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.2rem;
}
ul.clear {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.clear li {
	line-height: 22px;
}
ul.clear svg {
	margin-right: 6px;
}
ul li {
	line-height: 18px;
}
p {
	text-align: left;
	line-height: 18px;
}
p, li {
	font-size: 14px;
}
.low-margin-bototm {
	margin-bottom: 5px;
}
.no-margin-bottom {
	margin-bottom: 0;
}

.yellow {
	color: #ffc22f;
}
.bold {
	font-weight: 500;
}
.profile-pic {
	width: 140px;
	height: 140px;
	background-image: url(cicero.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-radius: 50%;
	border: 6px solid #fff;
	margin-bottom: -15px;
}
.score svg.active {
	color: #ffc22f;
}

.hobby {
	text-align: center;
	margin-bottom: 20px;
}
.hobby svg {
	/*display: block;*/
	text-align: center;
	font-size: 50px;
}