            body{
                margin: 0px;
            }
            .float-div{
                height: auto;
                width: 65px;
                position: absolute;
                display: block;
                top: 0px;
                right: 20px;
                background: rgba(255,255,255,0.8);
                padding-left: 25px;
                padding-top: 25px;
                padding-bottom: 15px;
            }

            .float-div div{
                color: #000;
                padding-bottom: 5px;
                display: block;
                cursor: pointer;
                text-decoration: underline
            }

            .selected{
                color: #33ccff !important;
                font-style: italic;
            }
            
            #iframe{
                border: 0px;
            }