span.cipher {
	font-family: monospace;
	display: inline-block;
	width: 16px;
	text-align: center;
	border-bottom: 1px solid black;
	margin: 2px;
	overflow: hidden;
}

span.morse {
	font-family: monospace;
	display: inline-block;
	width: 10px;
	height: 1.0em;
	overflow: hidden;
}

.morse2 {
	font-family: monospace;
	display: inline-block;
	height: 1.5em;
	letter-spacing: 0em;
	width: 3.1em;
	text-align: center;
}

span.plain {
	font-family: monospace;
	display: inline-block;
	width: 10px;
	height: 1.5em;
	vertical-align: top;
}

span.mark {
	font-family: monospace;
	display: inline-block;
	width: 1.4ex;
}

div.bgroup {
	float:left;
	margin-right: 5px;
}

div.bgroup2 {
	margin: 0 auto;
	width: 20px;
}