/* Remove unwanted elements */
.noprint{
	display: none;
}

ul.nav li.active {
	border: 1px solid black;
}

.table th, .table td {
	padding: 1px !important;
}

/* Ensure the content spans the full width */
.sec_filings_container{
	width: 100%; margin: 0; float: none; overflow: hidden;
}

.row-fluid{
	page-break-inside:avoid;
}