/*
	Wishbone
	Created: 11 September 2012
	Last updated: See SVN
  ----------------------------------
	Styles for print

*/


/* 
 HIDDEN
------------------------------------- */

.hidden { display:none !important; }


/* 
 HIDE BACKGROUND
------------------------------------- */

something { background:none !important; }


/* 
 SHOW
------------------------------------- */

/* .print { display:block !important; } */


/* 
 SPECIFIC PRINT STYLES
------------------------------------- */

/*

body { background:#fff; color:#333; }
a { color:#856a01 !important; } 
*/
/* Print links */
/*
#content a:after { content:" (http://www.wishbonedesign.com" attr(href) ")"; text-transform:none !important; font-size:11px !important; }
*/
