@media print {

	body {
		font-size: 14px;
		line-height: 22px;
	}

	.desktop {
		display: block;
	}
	
	.mobile {
		display: none;
	}
	
	.menu {
		display: none;
	}
	
	a { 
		text-decoration: underline; 
	}
	
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }

	.breadcrumb {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	ul.side {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	li.widget {
		list-style: none;
		padding: 0;
		margin: 0 0 1em;
	}

	.editlink {
		display: none;
	}
	
	.navigation {
		display: none;
	}
	
	
	/* Printer-friendly Machines */
	
	.print-machine .image {
		max-width: 60%;
	}
	
	.print-machine img {
		max-width: 100%;
		height: auto;
	}
	
	.print-machine table {
		width: 100%;
	}
	
	.print-machine table tbody tr {
		border-bottom: 1px solid;
	}
	
	.print-machine table thead {
		border-bottom: 1px solid;
	}
	
	.print-machine table tbody tr:last-of-type {
		border-bottom: 1px solid;
	}
	
	.print-machine .btn {
		display: none;
	}
	
	.print-machine span.spec {
		display: block;
	}
	

}