/* - - - - - - - - - - - - */
/* - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {
	margin: 36px 0px 16px 0px;
	color: #B00;
	font-weight: 500;
}
h1 {
	font-size: 26px;
	line-height: 30px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
p, center {
	font-size: 16px;
	line-height: 24px;
	margin: 16px 0px;
	font-weight: 400;
}
ul, ol {
	margin: 24px 0px 24px 24px;
}
ul {
	list-style: none;
}
li {
	margin:4px 0px;
	font-size: 16px;
	line-height: 24px;
}
ul > li:before {
	display: inline-block;
	content: "➠";
	width: 24px;
	margin-left: -24px;
}
a {
	text-decoration: none;
	color: #08F;
	transition: 0.2s;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
img, video, object {
	display: block;
}
hr {
	width: 60%;
	height:0px;
	margin:36px auto;
	padding: 0px;
	border: none;
	border-top: 1px solid #CCC;
}
blockquote {
	margin: 24px;
	padding-left: 24px;
	border-left: 6px solid #CCC;
	font-size: 16px;
	line-height: 24px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 36px auto;
}

table td, table th {
	border:1px solid #CCC;
	padding: 4px 8px;
}
table th {
	background-color: rgba(0, 0, 0, 0.05);
	font-weight: 500;
}
code {
	font-family: 'PT Mono', monospace;
	color: #666;
}
pre {
	background-color: rgba(0, 0, 0, 0.05);
	color: crimson;
	padding:16px 24px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
pre code {
	font-size: 16px;
}
dl {
	font-size: 16px;
	line-height: 24px;
	margin: 24px 0px;
}
dt {
	margin: 18px 0px 4px 0px;
}
dd {
	margin: 4px 0px;
	font-size: 14px;
	color: #666;
}
abbr {
	font-weight: 500;
	font-style: italic;
	color: #000;
}

/* - - - - - - - - - - - - */
/* - - - - - - - - - - - - */