.subforums ol.subforumlist  {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.subforumlist li.subforum {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	clear:none;
}
/* to remove the commas */
.commalist li.subforum:after {
	content:"";
}

* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }

* { -moz-border-radius: 0px !important; }
* { -webkit-border-radius: 0px !important; }  
