.grd1 {
background-image: linear-gradient(bottom, rgb(140,195,0) 17%, rgb(205,245,93) 77%);
background-image: -o-linear-gradient(bottom, rgb(140,195,0) 17%, rgb(205,245,93) 77%);
background-image: -moz-linear-gradient(bottom, rgb(140,195,0) 17%, rgb(205,245,93) 77%);
background-image: -webkit-linear-gradient(bottom, rgb(140,195,0) 17%, rgb(205,245,93) 77%);
background-image: -ms-linear-gradient(bottom, rgb(140,195,0) 17%, rgb(205,245,93) 77%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.17, rgb(140,195,0)),
	color-stop(0.77, rgb(205,245,93))
);
}

.grd2 {
background-image: linear-gradient(top, rgb(255,255,255) 11%, rgb(255,253,212) 31%, rgb(255,255,255) 85%);
background-image: -o-linear-gradient(top, rgb(255,255,255) 11%, rgb(255,253,212) 31%, rgb(255,255,255) 85%);
background-image: -moz-linear-gradient(top, rgb(255,255,255) 11%, rgb(255,253,212) 31%, rgb(255,255,255) 85%);
background-image: -webkit-linear-gradient(top, rgb(255,255,255) 11%, rgb(255,253,212) 31%, rgb(255,255,255) 85%);
background-image: -ms-linear-gradient(top, rgb(255,255,255) 11%, rgb(255,253,212) 31%, rgb(255,255,255) 85%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.11, rgb(255,255,255)),
	color-stop(0.31, rgb(255,253,212)),
	color-stop(0.85, rgb(255,255,255))
);
}

.grd3 {
background-image: linear-gradient(top, rgb(140,195,0) 0%, rgb(198,224,126) 55%, rgb(140,195,0) 100%);
background-image: -o-linear-gradient(top, rgb(140,195,0) 0%, rgb(198,224,126) 55%, rgb(140,195,0) 100%);
background-image: -moz-linear-gradient(top, rgb(140,195,0) 0%, rgb(198,224,126) 55%, rgb(140,195,0) 100%);
background-image: -webkit-linear-gradient(top, rgb(140,195,0) 0%, rgb(198,224,126) 55%, rgb(140,195,0) 100%);
background-image: -ms-linear-gradient(top, rgb(140,195,0) 0%, rgb(198,224,126) 55%, rgb(140,195,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(140,195,0)),
	color-stop(0.55, rgb(198,224,126)),
	color-stop(1, rgb(140,195,0))
);
}

.grd4 {
background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(255,255,255) 63%, rgb(255,255,255) 86%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(255,255,255) 63%, rgb(255,255,255) 86%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(255,255,255) 63%, rgb(255,255,255) 86%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(255,255,255) 63%, rgb(255,255,255) 86%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(255,255,255) 63%, rgb(255,255,255) 86%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.63, rgb(255,255,255)),
	color-stop(0.86, rgb(255,255,255))
);
}

