.theme_selector {
  color: #fff;
  position: fixed;
  top: 0;
  right: 10%;
  z-index: 999;
  padding: 2px;
  cursor: pointer;
  background-color: #000;
}

.theme_selector .themes_list {
  background-color: #333;
}

.theme_selector .themes_list ul > li {
  list-style-type: none;
  margin-left: 0px;
}

.theme_selector .themes_list ul > li:hover {
  background-color: #555;
}
/*# sourceMappingURL=theme_selector.css.map */