/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   maxmoment interactive	
Template: Divi
*/

@import url("../Divi/style.css");


/* Style Footer Credits - Lines 948 & 949 */
body{
	background-color: #eeeeee !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a{
	text-transform: uppercase;
}
.events_races tr td{
    font-size: 14px;
    text-align: center;
    color: #171717;
    font-weight: 700;
    padding: 0 !important;
}
.section_title, .product_title{
	font-weight: 700;
	color: #171717;
	font-style:italic;
}
.product_description{
	font-style:italic;
}
.cross_reference_list thead{
	background-color: #171717;
    color: #fff;
}
.cross_reference_list thead tr td{
	padding: 10px 7px !important;
}
.cross_reference_list tbody tr td{
	padding: 15px 7px !important;
	border-top: 5px solid #eee !important;
}
    
}
.cross_reference_list tbody tr{
	color: #171717;
}
.cross_reference_list tbody tr:hover{
	background-color: #4cc5ce !important;
	color: #fff;
}
table tr[data-href] {
    cursor: pointer;
}
