/*table {
	width: 100%;
	overflow-x: auto;
}*/
table header {
	background: #6AA349;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #ffffff;
}

table td {
	background: #49A550;
	border: 1px solid #e5e5e5;
	padding: 15px 20px;
	line-height: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
}

td.column-1 {
	width: 20%;
}

table td:last-child {
	min-width: 98px;
	min-height: 200px;
}

/* table tr { */
/* :nth-child(odd) */
/* 	background: #72C577;
} */