fieldset.callout-info {
	background: linear-gradient(185deg, rgba(0,63,35,.2) 0%, rgba(0,37,21,.2) 35%, rgba(0,63,35,.2) 100%);
	border: 5px solid #005931;
	box-shadow: -10px 10px 20px -10px #000;
	height: auto;
	max-width: 350px;
}

fieldset.callout-info legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 5px;
}