.mrc-btn-wrap {
	display: inline-block;
	margin: 0px 0;
}

.mrc-btn {
  	border: none;
	color: #6A844A;
  	background-color: inherit;
  	padding: 0px;
  	cursor: pointer;
  	display: inline-block;
}

.mrc-btn:hover{
        color:#4D6035;
        text-decoration:underline;
}

.mrc-shadow {
	pointer-events: none;
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #ecf2e6), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #ecf2e6 14%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #ecf2e6 14%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, #ecf2e6 14%, rgba(0, 0, 0, 0) 100%);
}

