@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-size: 12px;
}

.navbar, .sidebar-nav-fixed, .btn, hr {
	display: none;
}

thead {
	background-color: #CCC;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #999;
}

h4 {
	font-size: 14px;
}

.fixed-sidebar {
	margin-left: 0 !important;
}

.dontprint {
	display: none;
}