@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed);


/*Global Reset Rules*/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*End reset */

body.main {
color: #02020b;
font-family: 'Roboto condensed',Arial;
font-weight:light;
font-size:100%;
}

/*Main divs*/
 #content-wrap {
 width:100%;
  }
  
#toc {
width:22%;
padding:0% 1% 0% 1%;
float:left;
border-right: solid silver 1px;
overflow-y: auto;
height: 1000px;
}

#content {
width:71%;
float:right;
padding-right:3%;
}


/*nav*/
#toc {
	font-family: 'Roboto condensed',Arial;
}

#toc ul {
list-style-type:none;
}

#toc ul li a {
text-decoration:none;
color:#192A3A;
font-weight:normal;
}

#toc ul li a span {
color: #269F7E;
}

#toc ul li .prefix {
color:DarkGray;
font-size:85%;
}

.square {
font-size:0.7em;
padding-right:1%;
vertical-align:top;
}

#toc .nav-title {
font-size: 140%;
color:#1F7674;
padding-top:2%;
}

#toc h2 {
color: #02020b;
padding:6% 0% 2% 0%;
}

#toc a {
text-decoration:none;
color:#192A3A;
}

#toc li:hover {
background-color:rgba(103,180,18,0.2);
}

#article-meta-1 {
display:none;
}

#article-obj-2{
display:none;
}

#rel-articles-3 {
display:none;
}

.toc-section {
margin:2% 0% 0% 5%;
}

.toc-section ul {
margin-left:-4%;
}

.toc-section li {
margin-bottom: 2%;
}

#hide1,#hide2,#hide3 {
display:none;
font-size:0.8em;
}

#show1,#show2,#show3 {
color:#269F7E;
font-size:0.8em;
}

/*page styles*/

h1 {
font-size: 140%;
font-weight: bold;
color:#1F7674;
margin: 0% 0% 2.5% 0%;
}

.head {
color:#1F7674;
font-weight:normal;
font-size:90%;
margin: 3% 0% 0% 0%;
}

h3{
color:#192A3A;
font-size:107%;
font-weight:bold;
margin:2.5% 0% 1.5% 0%;
}

h4{
color:#192A3A;
font-size:100%;
font-weight:bold;
margin:3% 0% 1.5% 0%;
}


p {
font-size:100%;
color:#192A3A;
margin-bottom:1.5%;
}


ol {
margin-left: 2%;
}

ol li {
font-size:100%;
margin-bottom:1.0%;
color:#192A3A;
}

#content ul {
margin-left:2%;
padding-bottom:2%;
}


#content ul li {
margin-bottom:1.0%;
}

.ex {
font-family: Play;
margin-top:2%;
}

.ex p {
line-height:150%;
color:#192A3A;
}

pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border:1px solid #abc9fa;
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 16px;
	line-height: 19px;
	white-space: pre-wrap;
}

.red, .context {
color:#742416;
font-weight:bold;
}

.ex-left {
float:left;
width:40%;
}

.ex-right {
width:55%;
float:right;
}

.clear {
clear:both;
}

.lower-roman {
list-style:lower-roman;
}

.none {
list-style:none;
}

li p {
margin: 1.5% 0% 1.5% -3%;
}


table{
	
	 margin-top:2%;
	 border:1px solid #192A3A;
	 font-size:100%;
	 border-collapse:collapse;
	 }

			  
th {
	  color:#192A3A;
	  font-weight:bold;
	  border:1px solid silver;
	
	  }
	  
td {
	      color:#192A3A;
		  border:1px solid silver;
		    }
			
th, th p {
padding:5px 5px 5px 15px;
}

td, td p {
padding:5px 5px 5px 15px;
}
			
.sub-list {
margin:1% 0% 1% 3%;
list-style-type:square;

}

.lower-alpha {
list-style-type:lower-alpha;
margin-top:1.3%;
}

.lower-alpha li {
margin-bottom:1.0%;
}

.extra li {
margin-bottom: 3%;
}

a {
color:#2DB34B;
}

ol li a {
color:#2E98AB;
text-decoration:none;
font-weight:bold;
}

ol li a:hover {
color:#9CDB37;
text-decoration:underline;
}

