body{
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

.grey-gradient{
	background: #666666;
}

main h1{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	color: #18212b;
	margin: 20px 0 75px;
	line-height: 1.3em;
	position: relative;
}

main h1::after {
	width: 50px;
	height: 3px;
	background-color: #ffbe00;
	content: " ";
	position: absolute;
	bottom: -20px;
	margin: 0 auto;
	left: calc(50% - 25px);
}

main h2{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #253242;
	margin-top: 25px;
	line-height: 1.3em;
}

main h3{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #253242;
	margin-top: 25px;
	line-height: 1.3em;
}

main p{
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 25px;
}

main p strong{
	font-weight: 500;
}

main ol,
main ul{
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 25px;
	margin-left: 45px;
}

main ol{
	list-style-type: decimal;
}

main ul{
	list-style: none;
}

main ul li::before {
	content: "\2023";
	color: #ffbe00;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	font-size: 1.8em;
	line-height: 1em;
	position: absolute;
	margin-top: -3px;
	margin-left: -20px;
}

main ol li{
	padding-left: 5px;
}

main ol strong,
main ul strong {
	font-weight: 500;
}

main table{
	width: 100%;
	margin-top: 20px;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.2em;
}

main table th,
main table td{
	border: 1px solid #ccc;
	padding: 10px;
}

@media (max-width: 700px) {
	main h1{
		font-size: 28px;
	}

	main h2{
		font-size: 22px;
	}

	main p{
		font-size: 14px;
	}

	.divPage img {
		float: none !important;
		max-width: 80%;
		margin: 20px !important;
		height: auto !important;
	}
}
