
body
{
	background: #eeeeee;
}

a
{
	color: #0099bb;
}

table
{
	width: calc( 100% - 20px ) !important;
}

table tr td
{
	padding: 10px;
}

img
{
	width: 100%;
}

h1
{
	margin-bottom: 25px;
}

.content
{
	margin-top: 15px;
	min-height: 700px;
}

.nav-link:hover
{
	text-decoration: underline;
}

.content
{
	text-align: justify;
}

.footer
{
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #eeeeee;
}

.footer a
{
	color: #eeeeee;
}


.img-hover-zoom {	
	overflow: hidden;
}

.img-hover-zoom img {
	transition: transform 1s ease;
}

.img-hover-zoom:hover img {
	transform: scale(1.2);
}