

ul#list-nav
{
	display:none;
}

ul#tabs li
{
	float:none;
	position: relative;
	width:400px;
}

ul#tabs li div
{
	height:50px;
	text-align:center;
}

div.display
{
	text-align:center;
	width:400px;
	font-size:14pt;
}

div.display ul
{
	list-style:none; /*no bullets*/
	margin: 0px; /*no indent*/
	padding: 0px; /*no indent*/
}

div.display li
{
}

div.display a
{
}

.singlebutton
{
	height:50px;
	width:400px;
}


.nonmobile /*add this to any class to have it not display on mobile version*/
{
	display:none;
}