body {
	background-color: #f2f2f2;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #3c3c3c;
}

a {
	color: #2196f3;
	text-transform: uppercase;
	font-size: 21px;
	text-decoration: none;
}

#wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.post {
	background-color: #fff;
	padding: 100px 80px;
	border: 1px solid #ddd;
	border-top: 0;
	margin: 30px 0;
	line-height: 21px;
}

h2 {
	font-weight: 700;
	margin-bottom: 14px;
	font-size: 24px;
	text-align: center;
}

div.date {
	color: #999;
	text-align: center;
	margin-bottom: 26px;
}

p {
	margin: 14px 0;
}

ul {
	padding-bottom: 12px;
}

li {
	padding: 3px 0px 3px 5px;
	list-style-type: square;
	margin-left: 25px;
}

ol.numeric li {
	list-style-type: decimal;
}

#get {
	text-align: center;
	margin: 30px 0 0 0;
	font-weight: 700;
}

i.fa {
	display: inline;
}