/* print styles for Foxboro theme */

body {
   background: white;
   font-size: 12pt;
}
#foxboro_container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#foxboro_courtesy_links, 
#foxboro_top, 
#foxboro_menu, 
#foxboro_submenu, 
#foxboro_col1, 
#foxboro_col3, 
#foxboro_footer div.radmenu, 
#foxboro_footer span {
   display: none;
}

div.submissions, 
div.Submissions, 
div.comments, 
p.postfoot {
   display: none;
}

pre, code {
white-space: pre-wrap; 
white-space: -moz-pre-wrap !important; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word; 
}




