/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .testing-wphb-warning-commented{
     color: black;
     /*background-image: url("");*/
 }
 
  .testing-wphb-warning-uncomented{
     color: black;
     background-image: url("");
 }