.sdgs-table {
	font-size: 14.4px;
	width: 100%;
}

.sdgs-table tr {
	border: 1px solid #d5dfd6;
	border-collapse: collapse;
}

.sdgs-table tr:first-of-type {
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
}

.sdgs-table tr:first-of-type th {
	padding-bottom: 1em;
}

.sdgs-table th, .sdgs-table td {
	vertical-align: middle;
}

.sdgs-table .sdgs-title {
	width: 4em;
	text-align: center;
}

.sdgs-table .sdgs-contents {
	max-width: 20em;
	padding: 0 1em 0 2em;
	text-indent: -1em;
}

.sdgs-icon {
	min-width: 4em;
	padding: 0 0 1em 0;
}

.sdgs-table img {
	display:inline-block;
	margin: 1em 0 0 1em !important;
	vertical-align: middle;
}

/**/
.sdgs-table tr:nth-of-type(2) {
	background-color: #ecfff8;
}

.sdgs-table tr:nth-of-type(2) th {
	background-color: #bfe9db;
}

/*Љ*/
.sdgs-table tr:nth-of-type(3), .sdgs-table tr:nth-of-type(4) {
	background-color: #fffbec;
}

.sdgs-table tr:nth-of-type(3) th {
	background-color: #fcdf7a;
}

/*o*/
.sdgs-table tr:nth-of-type(5), .sdgs-table tr:nth-of-type(6) {
	background-color: #ffecec;
}

.sdgs-table tr:nth-of-type(5) th {
	background-color: #fbb9b9;
}

@media (max-width: 899px) {
	.sdgs-table .sdgs-title {
		width: 3em;
	}
	
	.sdgs-table .sdgs-contents {
		padding-left: 1.5em;
		padding-right: 0;
		text-indent: -1em;
	}
}

@media (max-width: 460px) {
	.sdgs-icon {
		text-align: center;
		width: 5em;
	}
	
	.sdgs-table img {
		margin-left: 0 !important;
	}
}