pre i
{
  font-style: normal;
  font-weight: bold;
}

table.codedisplay {
	width: 100%;
	display: block;
  margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

table.codedisplay tbody {
	display: block;
}

table.codedisplay tr {
	display: flex;
	flex-direction: row;
}

table.codedisplay td, table.codedisplay th {
	width: 50%;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

table.codedisplay th {
	text-align: center;
}

.codedisplay td pre
{
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding: 1em;
	width: auto;
	min-height: 100%;
	overflow: hidden;
}
