/* adnet.css */

/* Hide all warning icons with these classes */
.glyphicon.glyphicon-warning-sign.red {
  display: none !important;
}

/* Specifically hide the one with this ID as well */
#nav-presentation-warning {
  display: none !important;
}