/* General button style */
.theme-switcher .theme-btn {
  height: 30px; 
  width: 30px;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  margin-left: 7px;
  cursor: pointer;
  float: left;
}

.theme-switcher .theme-btn:hover {
	border-width: 3px;
}

/* Theme button style */
.theme-switcher .theme-mne {
  background-color: #f59c00;
  border-color: #c22e0c;
  color: black;
}

.theme-switcher .theme-uewg {
  background-color: #ee7f00;
  border-color: #84b819;
  color: black;
}

.theme-switcher .theme-gt-neptune-aria-mne,
.theme-switcher .theme-gt-neptune-aria-uewg {
  background-color: #3f4757;
  border-color: #000;
  color: white;
}

/* Optional: hide buttons not applicable to this theme */
.theme-switcher .theme-uewg,
.theme-switcher .theme-gt-neptune-aria-uewg {
  display: none; /* hide uewg theme options for mne theme */
}