div#body-overlay { 
    position: fixed;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    display: none;
    overflow: auto;
}
div#overlay-black { 
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0.8;
    z-index: 3;
    display: none;
}
div#body-overlay div#overlay-topblack {
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%; 
}
div#body-overlay div#overlay-content { 
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
div#body-overlay div#overlay-commands { 
    text-align: right;
    margin-bottom: 10px;
}

div.bubble { 
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 4;
    
    cursor: pointer;

    background-color: #080808;
    padding: 8px;
}