.showSwitch {
	display: block;
	visibility: visible;
}
.hideSwitch {
	visibility: hidden; 
	display: none;
	height: 0%;
}
