/* HTML formatting */
html {
  -webkit-print-color-adjust: exact;
  position: absolute;
  overflow: visible !important;
}

body {
  position: absolute !important;
}

.page-host {
  position: absolute !important;
  top: 10px !important;
}

* {
  overflow: visible !important;
}

.panel {
  page-break-after: always;
  page-break-inside: avoid;
}

.panel-body{
  padding: 5px 15px 5px 15px !important;
}

.panel-heading{
  padding: 5px 15px 10px 15px !important;
  border-bottom: 1px #dddddd solid !important;
}

.form-group {
  margin-bottom: 0px !important;
}

/* Color reset defaults */
@media print {

  .text-danger {
    color: #e60000 !important;
  }

  .text-success{
    color:#5cb85c !important;
  }

  .label-low-severity {
    color: white!important;
    background-color: #f97b00 !important;
    border: 0px;
  }
  .label-danger {
    color: white!important;
    background-color: #E60E18 !important;
    border: 0px;
  }

  .panel-heading-danger {
    background-color: white !important;
  }

  .panel-heading-success {
    background-color: white !important;
  }
}
