/* Add here all your CSS customizations */

.vbottom {
	position: absolute; 
	bottom: 15px;
    width:100%;
	margin-left: auto ;
    margin-right: auto ;
	margin-top: 30px;
}

.promo-top {
	background-color: #F89C0E;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 5px;
	min-height: 50px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
	color: #384045;
}

.promo-top h2 {
	border-bottom: 5px solid red;
	color: #000;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}

/* CloneBD comparison table */
table.comp-table th {padding:8px; border-bottom: 1px solid #bbb; padding-bottom: 10px;}
table.comp-table tr td {padding: 5px 0px; vertical-align: text-top;}
table.comp-table tr td:nth-child(2) {text-align: center;}
table.comp-table tr td:nth-child(3) {text-align: center;}


a.anchor {
    display: block;
    position: relative;
    top: -95px;
}
