@media print
{
	/*Remove address after hyperlink*/
	a[href]:after
	{
		content: none;
	}

	.breadcrumb:before
	{
		content: "sairaalanova.fi \2192 ";
		padding-right: 5px;
	}
		.visible-print
	{
		display: inherit !important;
	}
	.hidden-print, .header, .pull-right, .left-content, .right-content, .social-links
	{
		display: none !important;
    }
	.main-content, .center-content
	{
		 width: 95% !important;
	}
	.table-bordered, .table-bordered tr, .table-bordered td, .table-bordered th
	{
		border: 1px solid black !important;
		max-width: 95%;
		font-size: 0.9em;
	}
	.table tr, .table td, .table th
	{
		padding: 4px;
	}
	.table-bordered th
	{
		border: 2px solid black !important;
	}

	footer
	{
		display: none !important;
	}

    
}
