body {
	background: none;
	color: black;
}
*, html, body {
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background: transparent !important;
}
.container-fluid {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}
.no-print, .nav-collapse, .navbar-inverse, hr {
	display: none !important;
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.bar {
	border: 1px solid #999;
}

.table-bordered th {
	font-weight: 700;
	background: none;
}
.table-bordered td, .table-bordered th, .table-bordered tr, .table-bordered thead, .table-bordered tbody, .table, table,
.table-striped td, .table-striped th, .table-striped tr, .table-striped thead, .table-striped tbody, .table-striped {
	background: transparent !important;
}

.table-bordered {
	background: transparent;
	border: 1px solid #999;
}
