
/* EOS Users Guide */

/*
h1:first-of-type {
	margin-top:20px;
	font-size:24px;
	background-color:transparent;
	color:black;
	text-indent:0px;
}
*/


h1:first-of-type {
	margin-top:0px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid silver;
	font-size:24px;
	font-weight:bold;
	color:#ff9933;
	background-color:transparent;
	text-indent:0px;
}


h1 {
	margin-top:40px;
	font-size:22px;
	font-weight:bold;
	color: rgb(51, 60, 78);
	background-color: rgb(240,240,240);
	text-indent:10px;
	line-height:70px;
}

h2 {
	margin-top:30px;
	font-size:22px;
	color: rgb(51, 60, 78);
}

li
{
	font-size:12px;
	margin-left:8px;

}

li.main
{
	font-size:14px;
	margin-left:-4px;
}

h3 {
	margin-top:40px;
	font-size:16px;
	color: rgb(51, 60, 78);
}

h4 {
	font-size:15px;
	color: rgb(58, 58, 58);
}

h5 {
	font-size:14px;
	font-weight:bold;
	color: black;
}


p{
	font-size:14px;
	line-height:22px;
	color: rgb(51, 60, 78);
	text-align: justify;
}

div, footer {
	font-size:14px;
	line-height:22px;
	color: rgb(51, 60, 78);
}

pre, code {
	font-size:12px;
	line-height:22px;
}

a {
	color:#ff851a;
}

/* Navigation bar on the left*/

ul.nav > li > a {
}

ul.nav > li.main:first-of-type > a {
	font-size:16px;
}

ul.nav > li.main > a {
	color: rgb(51,51,51);
}

ul.nav > li.active {
	background-color:#ff9933;
}

ul.nav > li.active > a {
	color:white;
}

/* Product names in the documentation */

em > code {
	background-color:rgb(170,170,170);
	color:white;
	border-color:rgb(170,170,170);
	font-style:normal;
	text-decoration:line-through;
text-decoration-style:double;
}

strong > code {
	background-color:black;
	color:white;
	border-color:black;
}

* Syntax hilighting */

.hljs-string {
	color:purple;
	
}


/* Notes */
.admonition {
    padding: 12px;
	padding-top: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: left;
	font-size: 13px;
}
.admonition.note { /* csslint allow: adjoining-classes */
    color: #3a87ad;
    background-color: #fff2e6;
    border-color: #fff2e6;
	font-size: 13px;
}
.admonition p,
.admonition li {
	font-size: 13px;
    color: rgb(51, 60, 78);
	margin-bottom: 0px;
	line-height: 20px;
}

.admonition.warning { /* csslint allow: adjoining-classes */
    color: #c09853;
    background-color: #fff2e6;
    border-color: #fff2e6;
}

.admonition.danger { /* csslint allow: adjoining-classes */
    color: #b94a48;
    background-color: #ffd7b3;
    border-color: #fff2e6;
}

.admonition.note .admonition-title,
.admonition.warning .admonition-title,.admonition.danger .admonition-title {
	color: #ff851a;
    font-weight: bold;
    text-align: left;
	margin-bottom: 4px;
}

 



	
