/* Reset any floats, overflows, and absolute positioning. */
*{float: none !important;overflow:visible !important;position:relative !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;}
#wrapper {width:auto !important;}

.pressItemLocationDate, .dateblock{float:left !important;}
.bounce-map, .bounce-map iframe {width:600px !important;}

/* Hide unimportant stuff */
#primaryNavigation,
.slider-navigation,
.slider-scrollButtonsLeft,
.slider-scrollButtonsRight{display:none !important;}

/* Make the fonts and colors print-worthy. */
body { font-size: 115%; color: #000000; font-family: Georgia, "Times New Roman" , Times, serif;}
a, a:visited, a:active { color: #000000; text-decoration:none; }

/* Remove background images. */

/* Reset the content margins, etc. */

/* Add the link URL after each link. */
#content a[href]:after { content: " [" attr(href) "] "; }

