﻿html, body { height: auto; }

body { 
  margin: 0; 
  overflow: hidden;
}

#titlebar,
header,
.btn,
#side2,
.viz-imageWidget,
.vizemailWidget,
.viz-navigationWidget,
.viz-mapWidget,
.viz-logocarouselWidget,
.hAccordionWidget,
#mobileFooter .viz-columnsWidget { 
  display: none; 
}

#shell:after {
  display: none;
  height: 0;
  min-height: 0;
  bottom: 0;
}

.visible-print {
  display: block;
  margin: 50px auto;
  text-align: center;
  width: 100%;
}

.visible-print img { height: 40px; }

a[href]:after { content: none !important; }