<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myTopLkBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #CCC;
    color: #333;
    cursor: pointer;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: smaller;
    font-weight: bold;
}

    #myTopLkBtn:hover {
        background-color: #555;
        color: #EEE;
    }
</pre></body></html>