.booking_appointment {
	
	padding:6px; margin-bottom: 10px; background-color: #DDD; color:#292929; border-radius: 8px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.booking_appointment:hover {

	padding:6px; margin-bottom: 10px; background-color: #847290; color:#292929; border-radius: 8px;	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.booking-services-add {
						
	background-color: #292929; 
	color:#f2f2f2; 
	padding: 10px; 
	width:auto; 
	float: left; 
	border-radius: 4px; 
	margin: 0px 10px 10px 0px;	
	cursor: pointer;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;

}

.booking-services-add:hover {

	background-color: #A19191; color:#292929;						

}

.booking-services-del {

	background-color: #841214; 
	color:#f2f2f2; 
	padding: 10px; 
	width:auto; 
	float: left; 
	border-radius: 4px; 
	margin: 0px 10px 10px 0px;	
	cursor: pointer;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;

}

.booking-services-del:hover {

	background-color: #A19191; color:#292929;						

}