<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ipWidget-NestedColumns ._nestedContainer {
    margin: 0 -10px;
}
.ipWidget-NestedColumns ._nestedCol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
}

.ipWidget-NestedColumns &gt; .ip &gt; .ipAdminWidgetControls &gt; ._controls {
    margin-top: -25px;
    margin-bottom: 25px;
}

body{
    background: red;
}
</pre></body></html>