body {
	background: white;
	padding: 20px;
	overflow: scroll;
}

#content {
	width: 100%;
}

.layoutJSON {
	background: #ddd;
	border: 1px solid black;
	margin-top: 10px;
	padding: 10px;
}

.columns {
	-moz-columns: 120px;
	-webkit-columns: 120px;
	columns: 120px;
}
