/* Make rows visible */
.row.display {
	background: #eee;
	font-size: 11px;
	margin-bottom: 2.5em;
	line-height: 2rem;
	border: solid 1px #c6c6c6;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.row.display .columns:nth-child(even), .row.display .columns.small-centered, .row.display .columns.large-centered { background: #e1e1e1; }
.row.display .columns.offset { background-color: #fff; }