
.switch-select {
  overflow: hidden;
  border-radius: 3px;
}

.switch-select-button {
  text-align: center;
  font-size: 80%;
  padding: 5px;
  cursor: pointer;
  background: rgb(224, 224, 224);
}

.switch-select-button:hover {
  background: rgb(207, 55, 55);
  color: white;
}
