/* Styles to eliminate border and box-shadow around content rich template areas. */

.templatearea {
	border: none;
}

.templatearea .data-templatearea-content {
	box-shadow: none;
}

.item .item-event-info,
.item-event .item-price-list {
    display: none;
}

.package-modifiers .modifier .modifier-header .modifier-price .price-text {
    color: #fff;
}

.footer-item-label {
    display: none;
}