
/* Remove -30 padding on first container */
#grid1-link > .zen-row:first-child
{
	margin: 0 !important;
}
#grid-wrap {
	margin-top: 0 !important;
}


/* Remove border on first container */
#grid1 > .primary1 {
	border: 0 !important;
}

/* Remove weird dash under h-tag */
#grid1 strong:after {
	display: none !important;
}
