.categoryLink {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
}
.categoryLink:hover {
	cursor: pointer;
}
.categoryLink > img {
	margin-right: 10px;
	width: 50px;
}
.categoryTitle {
	border-bottom: 1px solid #ccc;
}
.mosaicH3 {
	border-bottom: 1px solid #ccc;
}
.nav {
	background-color: #43526C;
	border: 1px solid #3A475E;
	border-radius: 3px;
	color: #fff !important;
	clear: both;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 8px;
	text-decoration: none !important;
}
.nav:hover {
	background-color: #4F5D75;
}
.topMargin {
	margin-top: 5px;
}

@media only screen and (min-width: 990px) {
	.categoryLink {
		margin-bottom: 20px;
		padding-right: 40px;
		text-align: center;
	}
	.categoryLink > img {
		display: block;
		margin: 0px auto 10px;
		width: 100px;
	}
}