body,
p {
	font-family: "Univers LT 45 Light", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.7px;
}

h3 {
	font-family: "Swift Neue Pro LT Light", Georgia, Times, serif;
	font-weight: normal;
	color: #4c4c4c;
	font-size: 20px;
}


div {
	padding: .2em 0;
	color: black;
}

.odd {
	background-color: #f9f9f9;
	color: black;
	width: 100%;
}

.even {
	background-color: white;
	width: 100%;
}

.grid {
	display: grid;
	grid-template-columns: 20% 80%;
}

.left-sub {
	grid-column: 1;
	grid-row: 1;
}

.right-sub {
	grid-column: 2;
	grid-row: 1;
}