table.pricingTable {
	color: #333;
}
table.pricingTable select {
	background-color: #ddd;
	border-color: #aaa;
	font-weight: bold;
	max-width: 95%;
	color: #156188;
}

table.pricingTable th, table.pricingTable td, table.pricingTable select {
	font-size: 14px;
}

table.pricingTable {
	font-family: sans-serif;
	overflow: hidden;
	font-size: 12px;
	text-align: left;
}

table.pricingTable td {
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
	padding: 5px;
	background-color: #eef3fb;
}
table.pricingTable small {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #999;
}

table.pricingTable td.multirow {
	border-right: 1px solid #dfdfdf;
}

table.pricingTable th{
	text-align: center;
	font-weight: bold;
}

table td.priceCell {
	text-align: right;
}

table.pricingTable .offeringHeader, table.pricingTable .timeSlotHeader {
	background-color: #eee;
}

table.pricingTable .timeSlotHeader {
	padding-top: 10px;
	padding-bottom: 0px;
}

table.pricingTable .offeringHeader {
	padding-top: 5px;
}
	
table.pricingTable .columnHeader {
	border-bottom: 1px solid #dfdfdf;
}

.watermark {
    height: 413px;
    text-align: center;
    font-size: 30px !important;
    color: #444;
    background-color: #eee !important;
}

.subHeading{
    text-align: center;
    background: #eee !important;
    border-bottom: 1px solid #ccc !important;
    padding: 5px 0;
    font-size: 16px !important;
    font-weight:500;
}

@media ALL and (max-width: 400px){
    .subheading{
        font-size: 16px !important;
    }
}