.flex { display: flex; }

div.mybox a:after { content: none !important; }

div.mybox li { 
  line-height:     1.25em !important;
	padding-bottom:  0.1em; 
  list-style-type: disc; 
}

div.mybox h5 {
  margin: 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

#revealed {
	position:         absolute;
	padding:          0.25em;
	font-size:        0.8em;
	width:            33%;
	background-color: #eee;
	border:           solid 2px #777;
}
