table th {
	font-weight: 600;
}

table th,
table td {
	text-align: left;
	padding: 0.5em;
}

table th:first-of-type {
	width: 75%;
}

table tbody tr:nth-of-type(odd) {
	background-color: #fafafa;
}

@media only screen and (max-width: 734px) {
	table th:first-of-type {
		width: 65%;
	}
}
