/*custom css override*/
/*put in your custom/override CSS into this file */

#cp_12bfd471-0bea-484e-97f9-b299c7114818, #cp_68cf3da5-9f44-44e0-8016-04f7ce556293 h1{
	background: none repeat scroll 0 0 #f78413;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	border-radius: 8px 8px 0 0;
	margin: 0;
}

#cp_12bfd471-0bea-484e-97f9-b299c7114818 h3{
	font-size: 34px;
}

.landing-page-table, .landing-page-promos{
	width: 100% !important;
	float: none !important;
	margin: 15px 0;
}

.landing-page-table td{
	/*width: 33%;*/
}

.landing-page-table img{
	max-width: 220px;
	display: block;
	margin: 0 auto;
	padding: 6px 0;
}

.landing-page-table h2{
	color: #f78413;
	font-size: 22px;
	font-weight: bold;
}

.landing-page-table tr{
	border-bottom: 0 !important;
}

.landing-page-table ul{
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #f78413;
	font-weight: bold;
}

.orange-break{
	background: #f78413;
	height: 5px;
}

/*promo table*/
.landing-page-promos img{
	padding: 15px 0;
	width: 100%;
}

.landing-page-promos tr{
	background: #f3f3f1 !important;
}

.landing-page-table tr{
	background: #f3f3f1 !important;
}