/* Table CSS Changes */

#services { width: 96%; float: left; margin: 0 0 0 0; padding: 2%;	
}

#services h2{ width: 100%; float: left; font-size: 24px; margin: 0 0 10px;	
}

#services h4{ width: 100%; float: left; font-size: 16px; margin: 0 0 10px;	
}

#services .left{ width: 100%; float: left;  margin:0; line-height: 20px; font-size: 14px;	
}

#services .left p{width: 100%; float: left;  margin:0; line-height: 20px; font-size: 14px;	
}

#services .left ul{float: left; margin: 10px 0; padding: 0;	
}

#services .left ul li{ width: 99%; float: left; list-style: inside disc; margin:5px; font-size: 14px; line-height: 20px; padding-left: 1%;	
}

#services .left h3{ width: 100%; float: left; font-size: 20px; margin: 0 0 10px;	
}

#services #massage{ width: 100%; float: left; margin: 0 0 0 0; border-collapse: collapse;	
}

/*----- Price, Location Table Transparent, Border, Color -----*/
/* Details Table */
#services #massage tr th{ text-align: left; padding: 5px; border: 5px solid #42606c; background: #777777 ; color: #ffffff; height: 30px; line-height: 30px; text-align: left !important; width: auto; }
#services #massage tr td{ text-align: left; padding: 5px;  border: 0px solid #42606c; }
#services #massage tr:nth-child(odd)		{ background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0; }
#services #massage tr:nth-child(even)		{ background: rgba(66, 96, 108, 0.5) none repeat scroll 0 0; }
#services #massage tr:hover:nth-child(odd)	{ background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0; }
#services #massage tr:hover:nth-child(even)	{ background: rgba(66, 96, 108, 0.8) none repeat scroll 0 0; }

#services .right{ width:285px; float: right; margin: 0 0 0 20px; height: auto; border-radius:3px; padding: 0; }
#services .right img{ padding: 0; margin: 0; }
/*----- Price, Location table End -----*/