/*!
 * print.css v1.0.0
 * http://printstylesheet.com/
 *
 * Copyright (c) 2011 David Bushell
 * Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt
 
 * Author: David Bushell
 * http://dbushell.com/
 */

/* use a media query to limit the CSS to only print devices, like a printer */
@media only print
{

	.img-responsive { margin: 0 auto; text-align: center; width:300px; }
	
	.btn { display: none }

	#inputs input, #outputs input,#inputs tr td input.green-input,#outputs input.yellow-input {border: 1px solid #ccc;}
	
	#inputs h3, #outputs h3 { margin: 0;margin-top: 5px; }
}