

.scrollable {
	overflow-x: scroll;
}

.scrollable iframe {
	width: 100%;
	overflow-y:none;
	border:0px;
}

div.sequence {
	margin-top: 1em;
	margin-bottom: 1em;
}

.sequence pre {
	display: block;
	padding: 2px;
	margin: 0px;
	font-size: 11px;
	line-height: 1;
	word-break: default;
	word-wrap: default;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}