<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">thead &gt; tr &gt; th, tbody &gt; tr &gt; td {
    white-space: nowrap;
}

table.dataTable &gt; tbody &gt; tr.child ul.dtr-details {
    columns: 200px 4;
    -webkit-columns: 200px 4;
    -moz-columns: 200px 8;
}

.dt-filter-rigth {
    text-align: right;
}

    .dt-filter-rigth &gt; div {
        display: inline-block;
    }

        .dt-filter-rigth &gt; div &gt; button {
            background-color: #3c8dbc;
            border-color: #367fa9;
            color: white;
            margin-right: 5px;
        }

            .dt-filter-rigth &gt; div &gt; button:hover:not(.disabled) {
                background-color: #5ea5ce;
                border-color: #5497be;
            }
</pre></body></html>