/* This code will switch on the style switcher allowing visitors to your website to customise their page colours. The actual CSS files used in the style switcher can be located inside the 'style_switcher' folder within the CSS folder. More details included in the accompanying user guide. */

.styleSwitcherSpacer {
	display: block;
	background: transparent;
	height: 8px;
}

#styleSwitcher {
	display: inline;
}