/* CSS code to remove "Recurring Payments" text in application gadget */
.levelRecurring {
display:none;
}

/* Change the text color so the shopping cart is visible against the blue background */
.WaGadgetOnlineStoreMiniCart  
a {
  color: #ffffff;
}

/* Change the color of the renew button text from black to white so it is visible against the blue button*/
.generalFieldsContainer input[type="submit"]
 /*.generalFieldsContainer input.typeButton,*/
{
   color: #ffffff;
}
 

/* Hide reply name and email to prevent a user from changing their identity when sending a message from the directory*/
div#idReplyNameContainer {
    display: none;
}
div#idReplyEmailContainer {
    display: none;
}

/* CSS code to remove authors' names in Blog and Forum summaries */
.itemAuthor
{
  display: none;
}