body.premium .popover-title {
	background: #B0C840;
	color: #fff;
	font-weight: bold;
}

body.app .calc-left {
	height: 386px;
	overflow: hidden;
}

body.premium .calc-left {
	height: 535px;
}

	body.premium .calc-left #month {
		width: 120px;
	}

	body.premium .calc-left #year {
		width: 76px;
	}

body.app .calc-right {
	height: 386px;
	background: url("/img/vseparator.png") 310px center no-repeat;
}

body.premium .calc-right {
	height: 535px;
	background: none;
}

	body.premium .calc-right .shresult {
		text-align: center;
	}

		body.premium .calc-right .shresult h1 {
			margin-bottom: 35px;
		}

/*===========================================
=            First result column            =
===========================================*/




body.welcome-shresult .shresult {
	margin-left: 0;
	margin-right: 40px;
	width: 320px;
}

body.premium .shresult {
	margin-top: 20px;
	width: 700px;
}

	body.welcome-shresult .shresult p {
		margin-top: 15px;
		font-size: .85em;
	}

	body.welcome-shresult .shresult .car-image {
		text-align: center;
	}

	body.welcome-shresult .shresult table {
		width: 100%;
		font-size: 24px;
	}

	body.welcome-shresult .shresult table em {
		font-size: 17px;
	}

	body.welcome-shresult .shresult table td {
		padding: 10px;
	}

	body.welcome-shresult .shresult table .acquisition_price  {
		background: #ebf0de;
		color: #77923B;
	}

	body.welcome-shresult .shresult table .total_cost  {
		background: #f1f1f1;
	}


	body.welcome-shresult .shresult h1, body.welcome-shresult .shresult h2 {
		color: #92AA00;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
	}
	body.welcome-shresult .shresult h2 {
		font-size: 19px;
		font-weight: normal;
	}

/*============================================
=            Second result column            =
============================================*/


body.premium .newresult {
	display: none;
}

body.welcome-shresult .newresult {
	margin: 0;
	width: 360px;
	height: 392px;
	overflow-y: hidden;
}

	body.welcome-shresult .newresult h1 {
		margin: 0;
		padding: 0;

		font-size: 1.2em;
		font-weight: bold;
		line-height: 1em;
		text-align: center
	}

	body.welcome-shresult .newresult .table-holder {
		margin: 5px 0 0;
		height: 361px;
		overflow-x: none;
		overflow-y: auto;
	}

	body.welcome-shresult .newresult table {
		width: 100%;
	}

	body.welcome-shresult .newresult label {
		color: #003FFF;
		font-size: 1em;
		font-weight: normal;
		text-transform: none;
	}

	body.welcome-shresult .newresult label:hover {
		text-decoration: underline;
	}

/*=======================================
=            Utility buttons            =
=======================================*/

body.premium .buttons {
	padding-top: 1.5em;
}

body.welcome-shresult .buttons {
	margin: 1.5em 0 0 0;
	text-align: center;

}

	body.premium .buttons p {
		display: none;
	}

	body.welcome-shresult .buttons p {
		margin: 1.5em 0;
		color: #92AA00;
	}

	body.welcome-shresult .buttons .btn-vcf {
		margin-left: 80px;
	}