@charset "UTF-8";
/* CSS Document */
html {
  font-size: 100%;
}

body {
  line-height: 1;
  font-size: 42px;
  color: #000;
  background: #fff;
  font-family: sans-serif;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
button, input, select {
	font-size: 42px;
}

p, li, dl, ol {
  line-height: 1.65;
  margin-left:6px;
  margin-right:6px;
}

li {
	margin-bottom:10px;
	margin-top:10px;
}

div.subsection {
	display:block;
}

div.section {
	border-top:3px solid #CCC;
	border-bottom:3px solid #AAA;
}

div#content div.supersection h2 {
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:solid 2px #666;
	border-top:solid 2px #fff;
	background-color:#eeeeee;
	margin:0px 0px 0px 0px;
}
div.supersection h2, div.supersectionContent div.section h3, div.supersectionContent div.section div.subsection  {
	padding-left:0.2em;
	padding-right:0.2em;
}

h1 {
	font-size:1.6em;
	background-color:#eeeeee;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0.8em;
	padding-top:0.8em;
	border-top:0.2em solid #666;
}
/*div#synopsis {border-left:0.5em solid #CF6;}
div#echoFeatures {border-left:0.5em solid #93F;}
div#extraConditions {border-left:0.5em solid #FC3;}
div#References {border-left:0.5em solid #66F;}*/
