﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

pre {
    border: none !important;
}

.bitParent {
    overflow: visible;
    padding: 0em 0em 1.25em 0em;
    font-size: 80%;
}

.bitSetContainer {
    white-space: nowrap;
    text-align: center;
    float: left;
    clear: both;
    border: inset 1px black;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bitSetContainer sup {
    font-size: 70%;
}

.bitFixed {
    border: solid 5px red !important;
    font-weight: bolder;
}

.bitSet {
    vertical-align: middle;
    display: table;
}

    .bitSet > span {
        border: 1px solid black;
        padding: 0.35em;
        cursor: default;
        min-width: 3em;
        background-color: #CCCCCC;
        display: inline-block;
        display: table-cell;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
    }

.bitSet sup {
    font-weight: lighter;
}

.bitSelected {
    background-color: #FFFFDD !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%;
        }

.exponentShift {
    width: 100%;
    text-align: center;
    margin: 0.4em;
    font-size: 150%;
}

.exponentShiftLeft, .exponentShiftRight {
    padding: 1em;
    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;
}
