@charset "UTF-8";


.N5DF2BD80--div {
	display:block;
	min-height:20px;
	margin-bottom:30px;

	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-weight:100;
	color:#333333;
}

.N5DF2BD80--div h1,
.N5DF2BD80--div h2,
.N5DF2BD80--div h3,
.N5DF2BD80--div h4,
.N5DF2BD80--div h5,
.N5DF2BD80--div h6 {
	color:#333333;
	font-weight: 100;
	margin-top:1.5em;
	font-family:"Open Sans", sans-serif;
}

.N5DF2BD80--div h1 {
    font-size: 40px;
}
.N5DF2BD80--div h2 {
    font-size: 32px;
}
.N5DF2BD80--div h3 {
    font-size: 24px;
}

/*
 * Blocks
 */
.N5DF2BD80--div p,
.N5DF2BD80--div blockquote,
.N5DF2BD80--div ul,
.N5DF2BD80--div ol,
.N5DF2BD80--div dl,
.N5DF2BD80--div table,
.N5DF2BD80--div pre {
	margin: 1em 0;
	font-size:15px;
}

.N5DF2BD80--div p {
	line-height:1.6em;
}



/*
 * Code
 */
.N5DF2BD80--div pre {
	font-family: monospace;
	font-size: 13px;
	background-color: #f0f0f0;
	background-color: #0000000f;
	padding:.5em .5em .5em 1em;
	border-left: 4px solid #D9D9D9;
	border-left: 4px solid #00000027;
	overflow: auto;
}
.N5DF2BD80--div code {
	padding: 0px 4px;
	white-space: nowrap;
	border: 1px solid #e0e0e0;
	border: 1px solid #00000011;
	background-color: #f0f0f0;
	background-color: #0000000f;
	border-radius: 2px;
}
.N5DF2BD80--div pre > code {
	padding: 0;
	white-space: pre;
	border: none;
	background-color: transparent;
	line-height: 19px;
	overflow: auto;
}


/*
 * Links
 */
.N5DF2BD80--div a {
	color: #12A4E2;
	text-decoration: none;
}
.N5DF2BD80--div a:hover {
    color: #0990CA;
	text-decoration: underline;
}

/*
 * Lists
 */


/* LISTS
=============================================================================*/

.N5DF2BD80--div ul, .N5DF2BD80--div ol {
	padding-left: 2em;
}
.N5DF2BD80--div ul li > :first-child, 
.N5DF2BD80--div ol li > :first-child, 
.N5DF2BD80--div ul li ul:first-of-type, 
.N5DF2BD80--div ol li ol:first-of-type, 
.N5DF2BD80--div ul li ol:first-of-type, 
.N5DF2BD80--div ol li ul:first-of-type {
	margin-top: 0;
}
.N5DF2BD80--div ul ul,
.N5DF2BD80--div ul ol,
.N5DF2BD80--div ol ol,
.N5DF2BD80--div ol ul {
	margin-bottom: 0;
}
.N5DF2BD80--div dl {
	padding: 0;
}
.N5DF2BD80--div dl dt {
	margin: 1em 0 0.4em;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
.N5DF2BD80--div dl dt:first-child {
	padding: 0;
}
.N5DF2BD80--div dl dt > :first-child {
	margin-top: 0;
}
.N5DF2BD80--div dl dt > :last-child {
	margin-bottom: 0;
}
.N5DF2BD80--div dl dd {
	margin: 0 0 1em;
	padding: 0 1em;
}
.N5DF2BD80--div dl dd > :first-child {
	margin-top: 0;
}
.N5DF2BD80--div dl dd > :last-child {
	margin-bottom: 0;
}
.N5DF2BD80--div li {
	line-height:1.6em;
	list-style-type: disc;
}

