.node {
	overflow: hidden;
}

.node .field {
	margin: 6px 0 0 0;
}

.node .field:first-child {
	margin-top: 0;
}

.field p {
    margin: 6px 0 0 0;
}

.field p:first-child {
	margin-top: 0;
}

.collection {
	overflow: hidden;
}

.collection + .collection {
	border-top: #cccccc dotted 1px;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}

.collection > .node {
	border-top: #cccccc dotted 1px;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
}

.collection > .node:first-child {
	border: none;
	margin-top: 0;
	padding-top: 0;
}