.wrapperClass {
	display:grid;
	grid-template-columns: 150px auto;
	grid-gap: 1em 3em;
	grid-auto-rows: minmax(200px, auto);
}

.wrapperClass > div {
	margin: 0;
}


.wrapperClass > div:nth-child(odd) {
}

.wrapperClass > div.content {
}

.pad {
    padding-left: 50px;
}

body {
	font-size: 14px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
    padding-top: 20px;
    padding-left: 20px;
	padding-right: 150px;
}	

span{
    display:inline-block;
    border-bottom:1px solid black;
    padding-bottom: -2px;
}

h1 {
	font-size: 15px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	font-weight: 500; 
	word-spacing: -5px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	font-weight: 500; 
	word-spacing: -5px;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	font-weight: 500; 
	word-spacing: -5px;
	margin-bottom: 15px;
}

ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

a:link { text-decoration: none; color: #000;}
.active a { text-decoration: none !important; color: #000 !important; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #4b6583; }

@media (max-width: 1100px) {

.wrapperClass {
	display:grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
}

  body {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	padding-top: 20px;
	padding-left: 20px;
      padding-right: 20px;
}	

.wrapperClass > div.content {
	margin-top: 50px;
}

h1 {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	font-weight: 500; 
	word-spacing: -5px;
}

h2 {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	font-weight: 500; 
	word-spacing: -5px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	line-height: 20px;
	font-weight: 500; 
	word-spacing: -5px;
	margin-bottom: 15px;
	text-decoration: underline;
}

ul {
	font-size: 18px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
} 