/* the stylesheet for (at least) all tutorial pages. */

@import url(basic.css);


/* sitenav is hidden for tutorial when part of 
	FormBuilder doc */
#sitenavmenu {
	display: none;
}

#pageintro {
}

#pagemain {
	clear: both;
}

#steps {
/* debug border 
	border: 1px solid red; */
}

.introtext {
}

ul.introsteps {
	list-style-type: square;
}


.step {
	clear: both;
/* debug border 
	border: 1px solid blue; */
	
margin-bottom: 3em;	
margin-top: 3em;
}

.stepcontent {
/* debug border 
border: 1px solid red; */

}

.steptext {
}

.thumb {
	float: right;
	min-width: 200px;
	margin-left:8px;
	margin-top:0;
}

code {
}

.summary {
	
}
.summary>li {margin: 0.6em 0}
