﻿body {
}


#calculator {
    border: solid 1px black;
    padding: 25px;
    margin-top: 100px;
    width: 1050px;
}

.convert-button {
    float: left;
    width: 120px;
}

.convert-text {
    float: left;
    width: 120px;
    font-family: Arial;
    font-size: 12px;
}

.convert-field {
    float: left;
}

.convert {
    clear: both;
    height: 20px;
}

.numbers {
    clear: both;
    margin-top: 25px;
    height: 156px;
    width: 1000px;
    border: solid 1px black;
    padding-top: 25px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

.pos {
    float: left;
    width: 30px;
    height: 130px;
    border-right: solid 1px black;
}

.bitpos {
    height: 20px;
    font-weight: bold;
}

.bitcheck {
    height: 30px;
    text-align: center;
}

.bitvalue {
    height: 30px;
}

.number {
    display: block;
    width: 20px;
    vertical-align: top;
    font-family: Arial;
    font-size: 12px;
}

.rot {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
    