/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 1.2.0
*/

body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
}

.logo {
    flex: 15%;
  }

img {
	max-width: 98%;
	height: auto;
}
h2 {
	color: darkblue;
}
h3 {
	color: darkred;
}
h4 {
	color: darkslategray;
}
input, select, button, textarea {
	max-width: 100%;
}
meter, progress, output {
	max-width: 100%;
}
div #tswsidecol {
	float: left;
	width: 20%;
	color: #000;
	background: rgb(221, 172, 108);
    border: black;
    border-width: 1px;
	border-style: solid;
	position: fixed;

}
div #tswcontent {
	float: right;
	width: 79%;
	color: #000;
	background: rgb(221, 172, 108);
    border: black;
	border-width: 1px;
	border-style: solid;
}
@media only screen and (max-width: 629px) {
	div #tswsidecol {
		border: black;
		border-width: 1px;
		border-style: solid;
		float: none;
		width: 100%;
		position: relative;
	}
	div #tswcontent {
		border: black;
		border-width: 1px;
		border-style: solid;
		float: none;
		width: 100%;
	}
}
div #tswcontproper {
	padding-left: 10px;
}
div #tswcontainer {
	color: inherit;
	background-color: #fff;
}
div #tswheader {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	background-color: lightgrey;
	border: black;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;	
}

div #tswfooter {
	clear: both;
	color: #000;
	background: rgb(221, 172, 108);
	border: black;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
}

div #woods {
	display: flex;
	flex-wrap: wrap; 
	margin: 4px;
	min-width: 200px;
}

table{
	border-collapse: collapse;
	font-size: 15px;  
}
table, th, td{
	border: 1px solid black;
}
td, th {
	padding: 0px 5px 0px 5px;
	vertical-align: bottom;
}

#table-of-contents {
	overflow-y: scroll;
	max-height: 300px;
}
 
  /* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

#li-toc {
	margin-top: 10px;
}
  
/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}
  
/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B8";
  color: black;
  display: inline-block;
  margin-right: 4px;
}
  
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
	transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
	display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
	display: block;
} 

