/*
Theme Name: Nexus Child
Theme URI: http://joomultra.com/
Description: Creative / Portfolio One-Page Theme
Author: CoronaThemes
Author URI: http://joomultra.com/
Template: nexus
Version: 1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../nexus/style.css');

/* =Theme customization starts here
-------------------------------------------------------------- */
table {
	width:99%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table tr th {
	background: #93D6D1;
	color:#ffffff;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}
table tr th.title_service {
	width:60%;
}
table tr td {
	padding: 10px;
	vertical-align: top;
}
table tr:nth-child(2n+1) {
	background: #efefef;
}
#gallery,
.hair-style {
	display:none;
}