@media print {
  .no-print {
    display: none !important;
  }

  .for-print {
    display: unset !important;
  }

  .card {
    border: 1px solid #CCC !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .box-wrapper {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .heading {
    color: #000 !important;
  }

  .notification {
    background-color: #FFF !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #stageColumn {
    background-color: #FFF !important;
  }

  table tr td {
    border: 1px solid #CCC !important;
  }

  table.print tr td {
    border: none !important;
  }

  #list-detail {
    display: none !important;
  }
}

