/* body (centers inner container) */
body {
	text-align: center;
	background: #f1f1f1 !important;
}

/* container */
div.page-content {
	float: none;
	margin: 40px auto;
	max-width: 900px;
	padding: 70px;
	background: #fff !important;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
}

/* aligned everything back to the left */
* {
	text-align: left;
}


/* h1 */
div.page-content h1 {
	margin: 5px 0 0;
}

/* h2 */
div.page-content h2 {
	margin: 5px 0 20px;
}

/* h3 */
div.page-content h3 {
	margin: 5px 0 0;
}

/* h4 */
div.page-content h4 {
	margin: 5px 0 0;
}


/* p */
div.page-content p {
	padding: 15px 0;
	font-size: 14px;
	line-height: 22px;
}

/* links */
div.page-content p a {
	color: #20bef8;
	font-weight: bold;
}

/* links :HOVER */
div.page-content p a:hover {
	text-decoration: underline;
}

/* li */
li {
	font-size: 14px;
	margin-left: 50px;
	padding: 5px 0;
}