/* print styles for Cambridge theme */

body {
   background: white;
   font-size: 12pt;
}
#cambridge_container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#cambridge_top, 
#cambridge_menu, 
#cambridge_col1, 
#cambridge_col3, 
#cambridge_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; 
}

