.btn-store-toggle {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: top;
}
.btn-store-toggle i:before {
  margin-right: 0;
}
.geoipstore_add_text.after {
  padding: 0 3px;
}
#modal_store-select-panel h2 {
  text-indent: -1px;
}
#modal_store-select-panel .stores {
  padding: 0;
  list-style: none;
}
#modal_store-select-panel .stores > li {
  color: #949494;
}
#modal_store-select-panel .stores > li:first-child {
  padding-top: 0.5em;
}
#modal_store-select-panel .items {
  padding-top: 1em;
}
#modal_store-select-panel .item {
  text-align: left;
}
#modal_store-select-panel .item .itemlink {
  text-decoration: underline;
}
#modal_store-select-panel .item.active .itemlink {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  cursor: default;
  font-size: 1.1em;
}
