/* Package Price Boxes */
.package-price {
	background: #29386c;
	width: 280px;
}

.package-price th {
	background: #3a4878;
}

.package-price th,
.package-price td {
	font-weight: normal;
	text-align: center;
	font-size: 85%;
	padding: 2px 8px;
}

.package-price .type {
	white-space: nowrap;
}

