#main-container #main #main-content #details {
	background: #f2f2f3;
}
	.matrixblock:not(#fields-emailBlockBuilder .matrixblock) {
		margin-bottom: 30px;
	}
	
.matrixblock > .titlebar > .blocktype:before {
	content:'Section type: '
}	

.big-idea {
	width: 100%;
	background: black;
	padding:15px;
}

.big-idea * {
	color: #fff !important;
}

.instructions p {
	margin: 4px 0;
	font-size: .85em;
    line-height: 120%;
}

	.instructions p:last-child {
		margin-bottom:1em !important;
	}
	
[data-type="splitHere"].matrixblock {
	border: solid 2px #ccc;
}

[data-type="splitHere"].matrixblock > .titlebar{
	background: #ccc;
}

