/********************************************************************
    Overwrites bootstrap .d-none class that hides alert on mobile
*********************************************************************/

#caweb_alerts.d-none {
  display: inline !important;
}