div.container{ margin-top: 30px; margin-bottom: 30px; margin-right: 30px; margin-left: 30px; } .dropdown-menu { height: auto; max-height: 180px; overflow-x: hidden; } .margined { margin-left: 5px; margin-right: 5px; } .dropdown-menu::-webkit-scrollbar { -webkit-appearance: none; width: 4px; } .dropdown-menu::-webkit-scrollbar-thumb { border-radius: 3px; background-color: lightgray; -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75); } /* .dropdown-list-elem { margin-left: 5px; margin-right: 5px; } tr:hover { background-color: #56615D; } td:hover { background-color: #56615D; } */ tr.hover:hover > * { background-color: #eeeeee; } .red{ color:red; } .noborder{ border-style: hidden; } .invisible { display:none; } .visible { display:block; } .dmp-btn-width{ min-width: 140px; max-width: 180px; }