
.dk_container {
    background:white;
    position:absolute !important;
    top:0px; 
    right:160px;
}

.dk_toggle {
  border: 1px solid gray;
  color: #333;
  padding: 7px;
}

.dk_toggle:hover {
    border-color: #8c8c8c;
}

.dk_focus .dk_toggle {
}

.dk_focus .dk_toggle {

}

.dk_open {
  z-index: 10;
}

.dk_open .dk_toggle {

}

.dk_options {

}

.dk_options a {
    background:whitesmoke;
    color:black;
    border-bottom: 1px solid lightgray;
    padding: 8px 10px;
}

.dk_options a:hover { color:black; }

.dk_options li:last-child a {
    border-bottom: none;
}

    .dk_options a:hover,
    .dk_option_current a {
        color: #1967D2 !important;
        text-decoration: none;
        border-color: lightgray;
    }

.dk_option_current a {
    color: white;
    background-color: #1967D2 !important;
}

.dk_option_current a:hover { 
    color:white;
}

.dk_options_inner {
  border: 1px solid gray;
  max-height: 250px;
}

.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}

.dk_container {
  display: none;
  float: left;
  position: relative;
}

.dk_container a {
    outline: 0;
    font-size:15px;
}

.dk_toggle {
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}

.dk_open .dk_options {
    display: block;
}

.dk_open .dk_label {
    color: inherit;
}

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block;
}

.dk_options_inner {
    overflow: auto;
    position: relative;
}

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}