/* Themify Customize Styling */
body {	
	font-family: "Open Sans";	font-weight:400;

	color: #333333; 
}
a {	
	color: #0f447a; 
}
a:hover {	
	color: #009354; 
}
:root {	
	--theme_accent: #0f447a;
	--theme_accent_hover: #009354; 
}
a, .post-nav .arrow {	
	color: #0f447a; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #333333; 
}
h1 {	
	color: #0f447a; 
}
h2 {	
	color: #0f447a; 
}
h3 {	
	color: #0f447a; 
}
h4 {	
	color: #0f447a; 
}
h5 {	
	color: #0f447a; 
}
h6 {	
	color: #0f447a; 
}
.page-title {	
	color: #0f447a; 
}

/* Themify Custom CSS */
table {
	border-collapse: collapse;
	border: #ccc;
	background: #fff;
	width: 100%;
	margin: 10px 0 20px; 
}
table tr:nth-child(even) { background: #efefef; }

table td {
	padding: 10px;
}
table thead tr {
	background: #009354;
	color: #fff;
	font-size: 20px
}
.simple-banner {
    z-index: 99!important;
}

.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.table tr:not(.table-header):hover {
	background: #eee;
}

.table.table-padding-10 tr td {
	padding: 10px;
}

.table-border tr td {
	border: 1px solid #ccc;
}

.table .table-header {
	background: #009354;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff
}

.table.table-stripped tr {
	border-bottom: 1px solid #51247a55;
}

.buttons-fullwidth :is(.module-buttons-item,.module-buttons-item a) {
	  place-items: start;
	  place-content:start;
    flex-direction: row;
	  flex-wrap: nowrap;
}


.buttons-fullwidth :is(.module-buttons-item,.module-buttons-item a) {
	  place-items: start;
	place-content: start;	
}
