.portrait {
	float:right;
	position:relative;
	height: 3em; /* 0.8in; */
	vertical-align:inherit;
	
}

.reveal .algbox {z-index: 1;
	width: intrinsic;       /* Safari/WebKit */
	width: -moz-max-content;  /* Firefox/Gecko */
	
	margin: 0.5em;
	padding: 0.4em 0.4em 0.2em 0.4em; 
	font: 110%/1em Helvetica, sans-serif;
	
	background: rgba(244, 226, 226, 253); /*rgba(255, 0, 0, 0.25); */
	
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2); 
 }

.reveal  .roundtable {
	border-style: hidden;
}

.reveal  .roundtable td {
	border-radius: 10px;
	border-style: solid;
	border: solid;
	text-align: center;
}

.tgroup {
	color:green;
}

.reveal dl
{
	padding: 0;
}
	
.reveal dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}
	
.reveal dd
{
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}

.reveal ol li,
.reveal ul li {
	margin: 0.2em 0 0 0;
}
