#divmapContainer{
    cursor: pointer;
}

div.bitrow {
    clear: both;
}

div.bit {
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    width: 5px;
    height: 5px;
    padding: 0px;
}

div.on {
    background-color: white;
}

div.off {
}


