@charset "UTF-8";/*
Filename	how-to-securities_common.css
Held in		style/2014
Use in		how-to-securities_{pt1,pt2,pt3}.html
Updated
  2022
		Jul 12	+ #toContinue
				11	c initial version
*/
/* Rules for specific elements */
li {
	margin-top:0.5em;
	margin-bottom:0
	}

/* CLASSES IN ORDER AS USED */
.stepsWrapper {
	margin-top:2em;
	padding:0 0.5em}
.stepsWrapper h4 {margin: 1.5em 0 0}
.stepsWrapper > ol > li											{list-style-type:lower-latin;}	/* a,b,.. */
.stepsWrapper > ol > li > ul > li						{list-style-type:disc;}					/* filled circle */
.stepsWrapper > ol > li > ul > li > ul > li {list-style-type:circle;}				/* empty circle */

.stepsCH {
	margin-left:2em;
	margin-right:2em
	}
.stepsCH > li {margin-top:1em}

#toContinue {
	display:block;
	margin:2em 0 1em;
	padding:1em;
	font-family:Arial,Helvetica,Swiss,Verdana,sans-serif;
	font-weight:bold;
	color:blue;
	text-align:center;
	border:2px solid blue;
	}
