h1 {
	margin: 0 0 .55em;
	font-size: 2em;
	color: #212121;
	font-weight: 600;
	line-height: 1.25em;
}
h2 {
	margin: .9em 0 .55em;
	font-size: 1.5em;
	color: #212121;
	font-weight: 600;
	line-height: 1.333335em;
}
h3 {
	margin: 1em 0 .7em;
	font-size: 1.25em;
	color: #212121;
	font-weight: 600;
	line-height: 1.4em;
}
h4 {
	margin: 1em 0 .7em;
	font-size: 1.125em;
	color: #212121;
	font-weight: 600;
	line-height: 1.444445em;
}
h5 {
	margin: 1em 0 .7em;
	font-size: 1em;
	color: #212121;
	font-weight: 600;
	line-height: 1.5em;
}
h6 {
	margin: 1em 0 .7em;
	font-size: 0.875em;
	color: #212121;
	font-weight: 600;
	line-height: 1.57143em;
	text-transform: uppercase;
}
p {
	margin: .9em 0 1em 0;
	line-height: 1.5em;
}
ul {
	margin: 7px 0 0;
	padding-left: 6px;
}
ul li {
	margin-top: 6px;
	list-style: none;
}
ul li:before {
	content: '';
	position: relative;
	right: 5px;
	bottom: 4px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f44336;
}
a:focus {
	outline: none;
}
table.table {
	width: 100%;
	border-collapse: collapse;
}
table.table tr {
	background-color: #f5f5f5;
}
 table.table tr:nth-child(2n) {
	background-color: #f9f9f9;
}
 table.table td {
	padding: 17px 19px 16px;
	font-size: 0.875em;
	color: #424242;
	border: 1px solid #efefef;
}
blockquote {
	margin: 8.1% 0;
	font-size: 1.495em;
	color: #212121;
	font-weight: 600;
	text-align: center;
}

blockquote:before {
	content: '';
	display: block;
	width: 31%;
	margin: 0 auto 3.7%;
	border-top: 1px solid #f44336;
}
blockquote:after {
	content: '';
	display: block;
	width: 31%;
	margin: 3.75% auto 0;
	border-top: 1px solid #f44336;
}