

/***********************************************
	Resource: jsUiElements/main.css
***********************************************/



#sandbox {
  width: 20em;
  height: 20em;
  /*background-color: red;*/
  padding: 2em;
}
#display {

}

/***********************************************
	Resource: md.css
***********************************************/



.imageClass {
	width:5em;
	float:right;
}
.videoClass {
	float:right;
}
h1 {
	font-size: 1.3em;
	/*font-size: 1.2em;*/
	margin-bottom: 0em;
	margin-top: 1em;
}
h2 {
	font-size: 1.2em;
	margin-top: .8em;
	margin-bottom: .2em;
}
h3 {
	font-size: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .2em;
	margin-left: 0em;
}
dl dt {
	font-weight: bold;
}
hr {
    /*border: solid gray .1em;*/
}
.attribution {
	background-color: #CCC;
	width: 100%;
	font-size:.8em;
	padding:.5em 0 .5em 0;
	border:.1em solid;
	border-radius:.5em;
	text-align:center;
	font-family: "Arial Black", Gadget, sans-serif;
	float:right;
}

.hidden {
	display: none;
}

#main {
	min-height: 30em;
	position: relative;
}
.attribution {
	position: absolute;
	bottom: -2em;
	width: 75em;
	background-color: gray;
	color: white;
	border-radius: 0;
	border: 0;
}
.attribution a {
	color: white;
}
.solitary-link {
	padding-left: 2em;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.4em;
}

body {
	margin-top: 0;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin: 0 0 0 0;
}
#top {
    position: relative;
	margin-bottom: 1em;
	margin-top: 2em;
}
#content {
	margin-top: 0;
}


#nav-bar {
	/*position: absolute;*/

	width: 60em;
	margin: auto;
	height: 2em;
	/*width: 100%;*/
	background-color: gray;
	padding: 0 0 0 0;
	color: white;
}
#nav-bar div {
	margin-top: .5em;
	display: inline-block;
	margin-left: 0.2em;
	font-size: 1em;
}
#nav-bar div a {
	text-decoration: none;
	color: white;
}

#main:before {
  display: block;
  content: " ";
  margin-top: -2em;
  height: 2em;
  visibility: hidden;
}
h1:before {
  display: block;
  content: " ";
  margin-top: -2em;
  height: 2em;
  visibility: hidden;
}
h2:before {
  display: block;
  content: " ";
  margin-top: -2em;
  height: 2em;
  visibility: hidden;
}
h3:before {
  display: block;
  content: " ";
  margin-top: -2em;
  height: 2em;
  visibility: hidden;
}
dd p {
	margin: 0;
}

p {
	margin: 0 .5em .5em 1em;
}

#active-section {
	position: absolute;
	width: 100%;
	left: 0em;
	height: 2em;
	background-color: rgb(235,235,235);
	z-index: -10;
}
.divider {
	margin: 0 .5em 0 .5em ;
}

#top h3 {
	margin-left: 2em;
}

.current {
    color: blue;
}
.print-only {
    display: none;
}
.dynamic-cont {
    margin-left: 1.8em;
    padding-left: .8em;
    border-left: solid #CCC .2em;
    overflow: hidden;
}
.prettyprint {
    margin-left: 2em;
    width: 60em;
    overflow-wrap: break-word;
}