/* RIVER PAGES */

/* MAP IMAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.map-image {
	text-align: center;
	padding-bottom: 30px;
}

.map-image a {
	cursor: pointer;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* TABLET */
@media (min-width: 768px) {
	#featRiverDeals tr:last-child {
		border-bottom: transparent;
	}	
}

@media (max-width: 991px) {
	.map-image {
		margin-top: 15px;
	}
}