	#readmore-container {
		position: relative;
		z-index: 2;
	}
	#readmore-container.lesscontent {
		overflow:hidden;
		height: 87px;
	}
	#readmore-btn {
		cursor: pointer;
		color: #c71a21;
	}
	#readmore-btn-container {
		width: 100%;
		display: block;
		position: relative;
		z-index: 99;
		padding: 5px 0 8px 0;
		text-align: right;
	}
	#readmore-btn-container.lesscontent:before {
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		margin-top: -25px;
		margin-bottom: 5px;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(left bottom left top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
		background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	}
	#readmore-content p {
		margin: 0;
	}

