<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.nav-tabs,
.nav-pills {
  position: relative;
}

ul.dropdown-menu{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
ul.dropdown-menu li{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}</pre></body></html>