.cart-variation-price-top-label {
	position: relative;
	right:0px;
	top:5px;
}
[data-plugin-vbook="rental-subtotal"] > a{
	display:none;
}
[data-plugin-vbook="rental-subtotal"] > span:nth-of-type(1){
	font-size:14px;
	text-decoration:none;
}
[data-plugin-vbook="rental-tax"] > a{
	display:none;
}
[data-plugin-vbook="rental-tax"] > span:nth-of-type(1){
	font-size:14px;
	text-decoration:none;
}
[data-plugin-vbook="rental-discounts"] > a{
	display:none;
}
[data-plugin-vbook="rental-discounts"] > span:nth-of-type(1){
	font-size:14px;
	text-decoration:none;
}
[data-plugin-vbook="rental-deposit"] > a{
	display:none;
}
[data-plugin-vbook="rental-deposit"] > span:nth-of-type(1){
	font-size:14px;
	text-decoration:none;
}
[data-plugin-vbook="rental-total"] > span:nth-of-type(1){
	font-size:16px;
	text-decoration:underline;
}
a.disabled{
	border: 2px solid #bebebe;
	color: #bebebe;
	background: none;
}
a.disabled:hover{
	background: none;
}