    <!--
        
        .bubbleInfo {
            position: relative;
            top: 0px;
            left: 40px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 0;
        }

        .popup table.popup-contents {
padding-left:4px; padding-right:4px; padding-bottom:4px; padding-top:2px; background-color: #1a1a1a; border:1px groove #000000; color: #f4f4f4; max-width: 200px; text-align: right; opacity: 0.9; filter: alpha(opacity=98); 
				}

        tr#release-notes th {
                text-align: right;
                text-indent: -9999px;
                background: url(Sliced/icon/notes.png) no-repeat top left;
                height: 16px;
                }

        tr#release-notes td a {
                color: #2dadea;
        }
        
    -->