/*-
 * #%L
 * SISPEA web application
 * %%
 * Copyright (C) 2014 - 2024 OFB
 * %%
 * OFB - Tous droits réservés
 * #L%
 */
.print-unavailable-ie {
  display: none !important;
}
@media print {
  .historyOverview-area {
    display: none;
  }
}

