@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:200);

.lees {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 20px;
	background-color: #fafafa;
	line-height: 20px;
	word-wrap: break-word;
}

.lees a {
	color: #09f;
	text-decoration: none
}

.lees hr { 
	height: 1px;
	color: #999;
	background-color: #999;
	margin: 10px 0;
	border: 0 none;
	width: 80%
}

.lees-src {
	padding: 20px;
	background-color: #ccc;
	color: #888;
	line-height: 20px;
	font-family: 'Source Code Pro',monospace;
	word-wrap: break-word;
	white-space: pre-line
}
