/*
Theme Name:     Divi Child
Theme URI:      http://obird.ca
Description:    Child theme for the Divi theme
Author:         Owen Bird
Template:       Divi
Version:        0.1.0
*/

@import url("../Divi/style.css");

/******************************************************************************/
/* DEFAULT STYLE OVERRIDES
/******************************************************************************/



th {
	background-color: #002c70 !important;
    color: white !important;
    font-weight: bold;
}
tr:nth-child(even) {background: #FFFFFF;}
tr:nth-child(odd) {background: #FEF1D3;}

td {
	border-left: 2px solid #002c70;
    border-right: 2px solid #002c70;
}
tbody {
	border: 2px solid #002c70;
}