/* Production.css 
   rules that apply only in production environment
   (non-developers, whether on Germ or Rock).
   This file is included via HTML-head-make()
   when current server is not dev server.
   */
   
.warning {
  background-color:inherit !important;
  color:inherit !important;
}
