body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 24px;
}

h1 {
	font-size: 24px;
	font-weight: 600;
	color: #221f20;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	font-weight: 600;
	color: #221f20;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: 600;
	color: #221f20;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	font-weight: 600;
	color: #221f20;
}

p {
	color: #535353;
}

strong {
	font-weight: 600;
}

a, a:link, a:visited, a:hover {
	color: #10aeba;
	font-weight: 600;
	text-decoration: none;
}

ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol > li > p {
	color: #535353;
	margin-bottom: 0;
}

ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
	font-weight: 600;
}

li ol > li {
	margin: 0;
}

li ol > li:before {
	content: counters(item, ".") " ";
	font-weight: 400;
}

ol ol > li, ol ul > li {
	color: #535353;
	margin-top: 1em;
}

ol.sections > li {
	color: #535353;
    list-style: none;
}
ol.sections > li:before {
    content: "(" counter(item) ") ";
}

ul > li {
	color: #535353;
}

table {
	margin: 16px 0 16px 0;
	border-collapse: collapse;
}

th, td {
	margin: 0;
	padding: 8px 24px 8px 24px;
	border: 1px solid #535353;
}

td {
	text-align: center;
}