.switcher {
  height: auto;
  color:red
}

.switcher a {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 1;
  padding: 5px 10px;
  color: red;
  border-radius: 2px
  cursor: pointer;
}

.switcher a:hover {
  color: green;
}

.pageskin .pageskin-remove,
.switcher a {
  text-transform: uppercase;
  cursor: pointer;

}

.switcher-mode-on {
   cursor: pointer;
   color:blue;
}
	
.switcher-mode-off {
  cursor: pointer;
  color:red;
}

.ff-hide,
.hide {
  display: none !important;
}