.trigger{
	cursor:pointer;
	width: 20%;
	font-size: 90%;
	margin-left:7px;
	}

img {
	border:1px #fff;
}	
		
.trigger:hover{
			cursor:pointer;			
		}	
		
.expanded{			
	cursor:pointer;
	font-size: 90%;
	margin-left:7px;
}

.expanded:hover{
cursor:pointer;
}

.show{
	position:static;
	display: table;
	font-size: 100%;
		}

.hide{
	position:absolute;
	left:-9999em;
	height:1px;
	width:100%;
	overflow:hidden;
		}
		
blockquote {
	width:100%;
	font-weight: normal;
}

blockquote pre {
	text-align:right;
	font-weight:bold;
	color:#666666;
	padding: 2px;
	font-size: 14pt;
}
