@CHARSET "UTF-8";
  
div.row, div.reportsection {
  page-break-inside: avoid;  
}
  
.print {
  display: block !important;
}
  
#nav,
.inline-help,
.notprint,
.editbtn,
.viewbtn,
#menu-btn,
h2.dash-head:before
{ 
  display: none !important; 
}

.big {
  font-size: 13pt !important;
}

h2.dash-head {
  padding: 0 0 4px 0;
  background: #fff;
  color: #000;
  border-bottom: 2px solid #888 !important;
}

.dashblock {
  padding: 9px !important;
  border: 1px solid #aaa;
}

.red, .amber, .green {
  background: #fff !important;
}

.dashblock .amber.showicon, .dashblock .red.showicon {
  border: 1px solid #888;
}

.showicon {
  padding-left: 1.7em !important;
}

.showicon:before {
  content: '●' !important;
  background: none !important;
  font-size: 200% !important;
  left: -0.3em !important;
  top: -0.3em !important;
}

.red.showicon:before, .level-3.showicon:before {
  color: #ff2e46 !important;  
}

.green.showicon:before, .level-1.showicon:before {
  color: #45E369 !important;
}

h3.showicon:before {
  top: -0.5em !important;
}

.amber.showicon:before, .level-2.showicon:before {
  color: #c9c91e !important;
}

.header h1 {
  margin: 0;
}

.header h2 {
  margin: 0;
}

.footer {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.footer .wrapper:after {
  content: "This report contains confidential information - please ensure you store it safely and destroy it securely when no longer required."
}

table.report td, table.report th {
  border-bottom: 1px solid #888 !important;
  border-right: 1px solid #888 !important;
}

table.report {
  border-top: 1px solid #888 !important;
  border-left: 1px solid #888 !important;
}