/* Styles to eliminate border and box-shadow around content rich template areas. */

.templatearea {
	border: none;
}

.templatearea .data-templatearea-content {
	box-shadow: none;
}

.footer-item-label {
    display: none;
}