.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px 0;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td,
.table table th {
	width: 50%;
	padding: 16px 10px;
}

.table table thead {
	background-color: #386c00;
}
.table table tbody tr:nth-child(odd) {
	background: #ffffff1a;
}
