
}
table {
	border-spacing: 0;
}


h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}


.wrapper table {
	width: 100%;
}
.wrapper table tr td {
	padding: 10px;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	background: #fff;
}
.wrapper table tr:nth-child(odd) td {
	background: #fafafa;
}
.wrapper table tr td:first-child {
	border-left: solid 1px #e6e6e6;
}
.wrapper table tr:first-child td {
	border-top: solid 1px #e6e6e6;
}
.wrapper table tr:first-child td:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
.wrapper table tr:first-child td:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
.wrapper table tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.wrapper table tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.wrapper table tr td.inheader {
	color: #fff;
	border: none;
	background: #00c68b;
}
.wrapper table tr td.inheader_2 {
	color: #fff;
	border: none;
	background: #424242;
}

