body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
}

.header, .footer {
	display: none;
}

.page-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.page-header {
	border: 0 !important;
}

fieldset, table {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

legend, table thead {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.table thead {
	background: #fff;
	filter: none;
	text-shadow: none;
}

.table th, .table td {
	background: #fff;
	border: 1px solid #000 !important;
	font-size: 10px;
	color: #000;
}

.form-upload, .form-criteries {
	display: none;
}

.navbar, .datepicker {
	display: none;
}

.for-print {
	display: block !important;
}