@media all{
	
img.mainImage {
    margin: auto;
    display: block;
}

section > div:nth-child(3),
section > div:nth-child(4) {
	float: none;
	width: 100%;
}

section > div:nth-child(3) div {
	width:auto;
}

section > div:nth-child(3) div p{
	height:auto;
}

section nav a{
	float:none;
}

section nav a:nth-child(odd) {
	margin:auto;
	max-width:500px;
}

table tr:nth-child(3),
table tr:nth-child(7){
	display:none;
}



@media screen{
	section > div:nth-child(3) div p img:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	.mainImage:hover {
			cursor: unset;
	}
}