<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#orderlist {
    width: 100%;
    font-size: 14px;
}

    #orderlist .row {
        cursor: pointer;
    }

        #orderlist .row td {
            padding: 0.5em 0;
            font-size: 13px;
            border-bottom: dotted 1px #e0e0e0;
        }

        #orderlist .row:hover td {
            border-bottom: dotted 1px #a0a0a0;
        }
</pre></body></html>