/*
Theme Name: EDA theme
Template: orangepress
Author: Orange Digital
Description: A child theme of Orange Press Theme for client
Version: 1.0.0
*/

.orange_form .gfield--type-html table th,
.orange_form .gfield--type-html table td {
	border: 0;
    padding: 0;
	font-family: Fieldwork, sans-serif !important;
}

.orange_form .gfield--type-html table td table td {
	padding: 8px;
}

.orange_form .gfield--type-html table td table td font {
    font-family: Fieldwork, sans-serif !important;
}
    

tr[bgcolor="#EAF2FA"] {
    background: #a8a0e157 !important;
}