/**
 * @file
 * Fixes some CSS issues to make Dropkick work well with Drupal core themes
 */
.dk-select-options {
  border: 1px solid #3297fd !important;
  margin: -1px 0 0 0 !important;
  padding: 0 !important;
}

.dk-select-options .dk-option {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
