h2 {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
/* h2 {
	border-bottom: 1px solid #CFD0D1;
	background-color: #e1e4e5;
	margin: 1.75em 0px 0.75em 0px;
	padding: 0.25em 0.5em;
} 
h3 {
	margin: 1em 0px 0.5em 0px;
}
h4 {
	font-size: 100%;
	margin: 1em 0px 0.5em 0px;
} */

.md-grid {
	max-width: 80%;
}
@media only screen and (max-width: 1218px) {
	.md-grid {
		max-width: 100%;
	}	
}
@media only screen and (max-width: 1600px) {
	.md-grid {
		max-width: 90%;
	}	
}

.md-main__inner {
	margin-bottom: 1rem;
}

.md-typeset a {
	text-decoration: underline;
}
.md-typeset a:hover {
	text-decoration: none;
}

:root {
  --md-typeset-a-color: #0A92E6;
} 