

/***********************************************
	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;
}

/***********************************************
	Resource: markdownPopup.css
***********************************************/



#popUp {
  position: absolute;
  background: white;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: solid .1em gray;
  box-shadow: .2em .2em 2em #888888;

  overflow: hidden;
}
#popUp .popHead {
  /*padding: .5em;*/
  z-index: 10;
  height:1.5em;
  background-color: gray;
  text-align: center;
  color:white;
  position: relative;
}
#popUp .popCont {
  margin: 1em;
  overflow: hidden;
}
#popUp .popClose {
  font-size: .7em;
  width: 1.2em;
  height: 1.2em;
  top:.5em;
  right: .5em;
  position: absolute;
  background: red;
  border-radius: .6em .6em .6em .6em;
  -webkit-border-radius: .6em .6em .6em .6em;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:default;
  font-family:Arial, Helvetica, sans-serif;
}
.popUpNavButtonGroup {

}
.popUpNavButton {
  display: inline-block;
  border: solid .1em #98bf21;
  padding:.1em .3em .1em .3em;
  margin: .1em;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  font-size: .8em;
}

.ios-popup {
  left: 21em !important;
}
.ios-popup .popCont{
  width: 18em;
  height: 33em;
}

.ios-popup #youtube-player {
  position: absolute;
  left: -20em;
  top:  -11em;
  width: 60em;
  height: 60em;
}

.clip-1080-popup {
  left: 15em !important;
}

.clip-1080-popup .popCont{
  width: 30em;
  height: 16em;
}

.clip-1080-popup #youtube-player {
  position: absolute;
  top:1.5em;
  left:0em;
  width: 32em;
  height: 18em;
}