@charset "utf-8";
/* CSS Document */


/* show class order is important */
.bfshow { /*1*/
	display: none;
}
.dashow { /*2*/
	display: none;
}
.swshow { /*3*/
	display: none;
}
.crshow { /*4*/
	display: inline-block;
}

.crop_tooldescription {
	font-size:95%;
	display:block;
	margin-left:15px;
}

.crop_disclaimer {
	font-size: 80%;
	line-height: 110%;
	padding: 5px 10px;
	display: block;
}
.crops_irrigtips {
	float: left;
	overflow: auto;
	margin: 25px;
	text-align: center;
	width: 35%;
	min-height: 225px;
}
@media screen and (max-width: 999px) {
	.crops_irrigtips img {
		width: 75%;
	}
}
