@page {
	size: auto;
	margin: 0px;
}

@media print {
	body {
		margin: 10px;
	}
	[class*="col-sm-"] {
		float: left;
	}
	[class*="col-xs-"] {
		float: left;
	}
	.col-md-12,
	.col-xs-12 {
		width: 100% !important;
	}
	.col-md-11,
	.col-xs-11 {
		width: 91.66666667% !important;
	}
	.col-md-10,
	.col-xs-10 {
		width: 83.33333333% !important;
	}
	.col-md-9,
	.col-xs-9 {
		width: 75% !important;
	}
	.col-md-8,
	.col-xs-8 {
		width: 66.66666667% !important;
	}
	.col-md-7,
	.col-xs-7 {
		width: 58.33333333% !important;
	}
	.col-md-6, .offset-md-1 {
		width: 50% !important;
	}
	.col-md-5,
	.col-xs-5 {
		width: 41.66666667% !important;
	}
	.col-md-4,
	.col-xs-4 {
		width: 33.33333333% !important;
	}
	.col-md-3,
	.col-xs-3 {
		width: 25% !important;
	}
	.col-md-2,
	.col-xs-2 {
		width: 16.66666667% !important;
	}
	.col-md-1,
	.col-xs-1 {
		width: 8.33333333% !important;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left !important;
	}
	body {
		margin: 0;
		padding: 0 !important;
		min-width: 768px;
	}
	.container {
		width: auto;
		min-width: 750px;
	}
	
	a[href]:after {
		content: none;
	}
	.noprint,
	div.alert,
	header,
	.group-media,
	.btn,
	.footer,
	form,
	#comments,
	.nav,
	ul.links.list-inline,
	ul.action-links,.btn-vBig {
		display: none !important;
	}
	.card {
		border: 1px solid black !important;
		border-radius:0px !important;
	}
	section.page-header{
		border-bottom: white 1px solid !important;
	} 
}

.hideMeOutOfPrint {
	display: block !important;
}

section {
	margin: 0px !important;
}
.wth300{
    width:200px !important;
}

ul{
    padding-left:20px;
}
.offset-md-1 {
    width: 50% !important;
}
.printMrgn {
    margin-top:40px !important;
}
p, td, ul,ul li{
    font-size: 12px !important;
}
h4,h2,h1{
    color:#000 !important;
}