div.contents {
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 4px;
	background: #f1f1f1;
	border: 5px solid #dadada;
	-webkit-border-radius: 3px;
	float: right;
	margin-left: 10px;
	margin-bottom: 12px;
	font-size: 85%;
	max-width: 30%;
    
}

div.contents ol li {
	font-weight: bold;
	line-height: 110%;
	margin-left: -16px;
	list-style-type: none;
	background: none;
	list-style-position:outside;
	font-family: "Bitstream Vera Sans", Arial, sans-serif, Courier, Monaco, monospace;
	font-size: 88%;
	}

div.contents ol li.lvl2 {
	text-overflow: clip;
	list-style-position: outside;
	margin-left: -6px;	
}



div.contents a:hover {
	color:#D54E21;
}

div.contents a {
	color: teal;
	text-decoration:none;
}

div.contents h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-family: "Bitstream Vera Sans", Arial, sans-serif, Courier, Monaco, monospace;
	text-align: center;
	font-weight: bold;
	color: teal;
	background: none;
	margin-bottom: 6px;
	padding-left: 0px;
	padding-bottom: 3px;
	border-bottom:1px solid #DADADA;
        margin-top: 0px;
}

div.contents a.hide, div.contents a.show {
	cursor: pointer;
	font-size: 85%;
}
div.contents a.hide, div.contents a.show {
	cursor: pointer;
	font-size: 85%;
  display: inline;
}