<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-group {
  position: relative;
}
.fieldSet {
  margin: 1em 0;
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%; 
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFF;
  background-color: #FFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.dropdown-menu .active {
  background-color: #ccc;
  background-color: rgba(0,0,0,0.2);
}

.dropdown-menu li.disabled {
  background: #FFF !important;
  cursor: default !important;
}

.dropdown-menu li.disabled a {
  background: #FFF !important;
  color: #999 !important;
  cursor: default !important;
}

.dropdown-menu li.disabled:hover {
  background: #FFF !important;
  cursor: default !important;
}
.dropdown-menu li.disabled:hover a {
  background: #FFF !important;
  color: #999 !important;
  cursor: default !important;
}

.rm-dark-website .dropdown-menu {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow-color: rgba(255, 255, 255, 0.2);
  color: #000;
}
.rm-dark-website .dropdown-menu .active {
  background-color: #ccc;
  background-color: rgba(255,255,255,0.2);
}
.open &gt; .dropdown-menu {
  display: block;
}
.autocomplete-suggestions {
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.autocomplete-selected {
  background-color: #BBD;
}

.autocomplete-suggestion strong {
  text-decoration: underline;
}

.autocomplete-suggestion .parent-area {
  color: #888;
}</pre></body></html>