<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   .link {
            display:inline-block;
            margin-left:-3px;
            margin-right:-3px;
        }

        .box {
            display: none;
            width: 70%;
            border: 1px solid #f1f1f1;
            padding: 12px;
            text-align: left;
            line-height: 175%;
            text-align: justify;
            position: absolute;
            justify-content: center;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            margin-top: 5px;
            color: #999;
            background-color:#fff;
            z-index:9;
            box-shadow:0px 3px 3px  #999;
            -webkit-box-shadow:0px 3px 3px #999;
            right:0;

        }
</pre></body></html>