/* Removes footer content */.module_connect.pagemodule.bg_dots_green.bg_dots.menu_horizontal.centered_module, #footer {
display: none;
}

/* Removes tax info text from order summary page */#OrderSummaryTaxLabelComment, #OrderSummaryTaxAmountComment {
display: none;
}

/*
*Forces list numbers and bullets to appear on forms
*/
.neon_C_content ul
{ list-style: disc outside none !important; }
 
.neon_C_content ol
{ list-style: decimal outside none !important; }
