/**************************************************************************************************
  This file will *attempt* to make themes designed for older versions of SMF usable with SMF 2.0.
  Unfortunately, the end result will be far from perfect, in most cases. Therefore, we encourage
  theme designers to rebase their themes on either the default or core theme.
**************************************************************************************************/

/* Styles for the general looks of things
------------------------------------------ */

/* Help popups require a different styling of the body element. */
#helpmain .buttonlist_bottom ul li, #helpmain .buttonlist ul li
{
	padding: 0 !important;
}