﻿body
{
    font-family: 'Lucida Console' , Monospace;
}

div.BitLab
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.register
{
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
}

.numBase
{
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
}

.baseSub
{
	font-size: 100%;
	font-weight: bold;
	vertical-align: sub;
}

.flipflop
{
	font-size: 150%;
	font-weight: bold;
	padding-right: 0em;
	padding-left: 0em;
	width:0.85em;
	margin-left:-0.1em;
	margin-right:0em;
}

.numIn
{
	font-size: 150%;
	font-weight: bold;
	width: 6.75em;
}

.charIn
{
	font-family: 'Lucida Console', Monospace;
	padding: 0px;
	margin: 0px;
	font-size: 700%;
	font-weight: bold;
	width: .75em;
	text-align: center;
}

.hide
{
	visibility: hidden;
	display: none;
}

button.updn
{
	display: block;
	font-family: 'Lucida Console', Monospace;
	font-size: 75%;
}

span.updn
{
	display: inline;
}
