
.lay_markedcell {
   border: 1px solid gray;
   padding: 3px;
   background: #dddddd;
   border-radius: 4px;
}

.lay_celltitle { font-weight: bold; font-size: 1em; font-style: italic; margin-bottom: 5px; }

#mbimageviewer {
    z-index: 200000;
    display: none;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
}

#mbimageviewer #mbivinner {
    box-shadow: 0 0 12px gray;
    position: relative;
    background-color: white;
    padding: 20px;
    border: 1px solid black;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

