/* CSS Document */
.sdgsbox{
	width:45%;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	float:left;
	background-color:#ddffdd;
	padding:20px;
	height:300px;
	border-radius:10px;
}
.sdgsbox h3{
	font-size:180%;
	color:#000;
	background-color:inherit;
	margin:5px 10px 10px 10px
}