html {
	position: relative;
}

body {
	margin-bottom: 100px;
	 margin-top: 30px;

}
.jumbotron img {
	width: 200px;
	
}

hr {
	width: 250px;
	border-top: 3px solid #999;
}

section {
	min-height: 600px;
}

.portfolio {
	background-color: #eee;
}

footer {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background-color: #333;
}

footer p {
	padding-top: 50px;
	color: #aaa;
	font-size: 1em;
}

.contact {
	min-height: 800px;
}

.form_area {
padding-top:50px;
}

.report_area {
padding-top:50px;
}

table, th, td {
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;

}