/* CSS code to remove "Recurring Payments" text in application gadget */
.levelRecurring {
display:none;
}

.WaGadgetOnlineStoreMiniCart  
a {
  color: #ffffff;
}

.generalFieldsContainer input[type="submit"]
 /*.generalFieldsContainer input.typeButton,*/
{
   color: #ffffff;
}



/* CSS code to remove authors' names in Blog and Forum summaries */
.itemAuthor
{
  display: none;
}