<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resume-section {
/*	display: block;*/
	margin-bottom: 60px;
}
.resume-entry {
	margin-bottom: 48px;
}

#resume h4 span {
	opacity: 0.4;
}
#resume h4 span:before {
	content: "|";
	margin: 0 8px 0 6px;
}

#skills {
	background-color: white;
	color: black;
	padding: 40px 24px 24px 24px;
	border-radius: 8px;
}
#skills h2 {
	margin-top: 0;
	border-color: black;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#resume {
		display: grid;
		grid-template-columns: 1fr 2fr;
		column-gap: 48px;
	}
}</pre></body></html>