/* ============================ Show/Hide functionality ====================== */

/* This hides all the show/hide links, by default, so that
	users without JavaScript don't even see the links */
a.show-link,
	a.hide-link
{
	display: none;
	text-transform: none;
}