pre {
    border: none !important;
}

.bitParent {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: visible;
    padding: 0em 0em 1.25em 0em;
    font-size: 80%;
}

.bitSetContainer {
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}

.bitSetContainer sup {
    font-size: 70%;
}

.bitFixed {
    border: outset 3px red !important;
    font-weight: bolder;
}

.bitSet {
    vertical-align: middle;
    display: table;
    margin: auto;
}

.bitSet > span {
    border: 1px solid #555;
    padding: 0.05em;
    cursor: default;
    min-width: 2em;
    background-color: #f0cbcb;
    display: table-cell;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.bitSet sup {
    font-weight: lighter;
}

.bitSelected {
    background-color: #ffe9e9 !important
}

.bitSetSum {
    text-align: center;
    font-size: 135%;
    font-family: Verdana, sans-serif;
    background-color: #F0F0F0;
    padding: 0.1em;
}

.bitSetSum span {
    padding: 0.2em;
    font-weight: bold;
}

.bitSetSum span span {
    font-size: 70%;
}

.bitSetSumLabel {
    display: inline-block;
    min-width: 6em;
    width: 20%;
    margin-left: 1em;
}

.bitSetSumValue {
    display: inline-block;
    width: auto;
}

.exponentShift {
    width: 100%;
    text-align: center;
    margin: 0.4em;
    font-size: 150%;
}

.exponentShiftLeft, .exponentShiftRight {
    margin: 0.5em;
    cursor: pointer;
    color: #997070;
}

.exponentShiftLeft:hover, .exponentShiftRight:hover {
    color: #DD5050;
}

.exponentShiftValue {
    min-width: 4em;
}

.bit {
    font-size: 140%;
    width: 100%;
    text-align: center;
    width: 1.2em;
}

.bitPoint {
    border: none !important;
    background-color: transparent !important;
    vertical-align: middle;
    min-width: 0 !important;
}

.bitPoint > div {
    height: 0em;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 12px solid #888888 !important;
    padding: 0em !important;
    background-color: transparent !important;
}

.signFlag {
    border: 0 !important;
    color: black;
    background-color: #E0E0FF !important;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
}

.bitLayout {
    height: auto;
    min-height: 2em;
    padding: 0 0;
    display: inline-block;
    clear: both;
}

.bitLayout > span {
    display: inline-block;
    border: 1px solid black;
    min-width: 0.75em;
    width: 0.75em;
    height: 1.5em;
    vertical-align: middle;
}

.bitLayoutSmall > span {
    min-width: 0.5em !important;
    width: 0.5em !important;
    height: 1.0em !important;
}

.bitLayout > div {
    font-weight: bolder;
}

.bitlayoutSign {
    color: black;
    background-color: #E0E0FF;
}

.bitlayoutExponent {
    color: black;
    background-color: #E0FFE0;
}

.bitlayoutFraction {
    color: black;
    background-color: #ffE0E0;
}