body {
	font-family : "Verdana";
	display: flex;
	flex-direction: column;
}

.row img, .row a {
	outline-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
}

#navigatorTable {
	width : 900px;
	border-bottom : 1px solid black;
	margin : auto;
	margin-bottom : 30px;
}

#imageTable {
	margin : auto;
}

.row {
	margin-bottom: 10px;
}

#titleTD{
	font-size : 18px;
	text-align : center;
}

.linkTD {
	text-align : right;
	width : 80px;
	font-size : 12px;
}

a {
	text-decoration:none;
}

img.withPadding {
	transition: opacity 0.4s;
	-webkit-transition: opacity 0.3s;
}

img.withPadding:hover {
	opacity:0.7;
}
