/*\*/
.swc0, .swc1 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	white-space: nowrap;
}
.swc2 {
	padding: 0.3em 0.5em;
}
/* in IEM solo shrink-wrap, no vert.center \*//*/
* html .swc1 {
	text-align: center;
}
* html .swc2 {
	display: inline-block;
	text-align: left;
	width: 1px;
}
/**/


h1 {
	text-align: center;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0.3em;
}

/* fix op10 vertical resize problem */
.swc2:after {
	position: absolute;
	height: 0%;
	content: "";
}