/* Read More Extension */

.read-more {
	position: relative;
	overflow: hidden;
}

.more-link {
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding-bottom: 5px;
	text-align: center;
	background-image: linear-gradient(to bottom, transparent, #fff); /* Fade to white */
}
