/*

Theme Name:     Gravity Child
Description:    Child theme for the Gravity theme 
Author:         ThemeTon
Template:       Gravity

*/

@import url("../Gravity/style.css");

body.home.page #feature {display:none;}

/* --------- Insert your custom styles on next rows --------- */

table, th, td {
padding: 2px;
line-height: 20px;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	font-family: Libre Baskerville, Times, sans-serif;
	color: #000000;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	padding-bottom:5px;
}

td, th {
	padding: 4px;
}

thead th,
tfoot th {
	text-align: center;
	background: #637411;
	color: #ffffff;
	font-size: 80% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #f7f7f7; }

tbody tr:nth-child(2n+1) td, 
tbody tr:nth-child(2n+1) th {
	background: #ffffff; 
}

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, .easy-table-cuscosky tfoot td {
	font-size: 65%;
}
/*