/* Code
--------------------------------------------------------------------------------------------------------------- */





code
	{
	margin: 1em 3em 1em 3em;
	background: white;
	color: #88f;
	font: 120% monospace;
	font-style: bold;
	line-height: 1.2em;
 	/*text-indent: 50px;*/
	white-space: pre-wrap;
	/*white-space: pre-line;*/
	}

ui /*user input*/
	{
	display: inline;
	color: #4c4;
	font: 100% monospace;
	font-style: normal;
	line-height: 1.2em;
	}

co /*computer output*/
	{
	display: inline;
	color: #f8f;
	font: 100% monospace;
	font-style: normal;
	line-height: 1.2em;
	}




p>code
	{
	display: inline-block;
	margin: 0;
	background: white;
	color: #88f;
	font: 120% monospace;
	font-style: bold;
	line-height: 1.2em;
	}


p>ui /*user input*/
	{
	display: inline;
	color: #4c4;
	font: 120% monospace;
	font-style: normal;
	line-height: 1.2em;
	}

p>co /*computer output*/
	{
	display: inline;
	color: #f8f;
	font: 120% monospace;
	font-style: normal;
	line-height: 1.2em;
	}


code>na /*name of something in angle brackets*/
	{
	padding: 0 0 0 0em;
	background: white;
	color: inherit;
	font: 120% monospace;
	font-style: italic;
	line-height: 1.5em;
	}
code>na::before {content: "<";}
code>na::after {content: ">";}


code>ui>na
	{
	padding: 0 0 0 0em;
	background: white;
	color: inherit;
	font: 120% monospace;
	font-style: italic;
	line-height: 1.5em;
	}
code>ui>n::before {content: "<";}
code>ui>n::after {content: ">";}


code>n /*name of something in angle brackets*/
	{
	padding: 0 0 0 0em;
	background: white;
	color: #0f0;
	font: 120% monospace;
	font-style: italic;
	line-height: 1.5em;
	}



code>k
	{
	padding: 0 0 0 0em;
	background: white;
	color: inherit;
	font: 120% monospace;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5em;
	}



/*
.name
	{
	padding: 0 0 0 0em;
	background: white;
	color: #007700;
	font: 200% monospace;
	line-height: 1.5em;
	}
*/


code>b
	{
	padding: 0 0 0 0em;
	background: white;
	color: #ff0000;
	font: 120% monospace;
	line-height: 1.5em;
	}

code>d /*directory*/
	{
	padding: 0 0 0 0em;
	background: white;
	color: blue;
	font: 120% monospace;
	line-height: 1.5em;
	}

code>f /*file*/
	{
	padding: 0 0 0 0em;
	background: white;
	color: black;
	font: 120% monospace;
	line-height: 1.5em;
	}




syntax
	{
	padding: 0 0 0 2em;
	background: white;
	color: #aaa;
	font: 120% monospace;
	font-style: bold;
	font-weight: 900;
	line-height: 100%;
  border: none;
  padding: 0px;
	margin: 0px;
	/*text-indent: 50px;*/
	white-space: pre-wrap;
	}


syntax>n /*name of something in angle brackets*/
	{
	padding: 0 0 0 0em;
	background: white;
	color: #040;
	font: 120% monospace;
	font-style: italic;
	line-height: 1.5em;
	}
syntax>n::before {content: "<";}
syntax>n::after {content: ">";}



syntax>k
	{
	padding: 0 0 0 0em;
	background: white;
	color: #00f;
	font: 120% monospace;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5em;
	}


syntax>a /*name of something in angle brackets that forms a link*/
	{
	padding: 0 0 0 0em;
	background: white;
	color: #0a0;
	font: 120% monospace;
	font-style: italic;
	line-height: 1.5em;
	}
syntax>a::before {content: "<";}
syntax>a::after {content: ">";}

syntax>a:hover
	{
	color: #0af;
	text-decoration: underline;
	}

syntax>a:visited
	{
	color: #084;
	text-decoration: underline;
	}

syntax>a:hover:visited
	{
	color: #084;
	text-decoration: underline;
	}




