/* Themify Customize Styling */
:root {	
	--theme_accent: #449546;
	--theme_accent_semi: #9e7b52;
	--theme_accent_hover: #2e7330; 
}
a, .post-nav .arrow {	
	color: #449546; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #636363; 
}
h1 {	
	color: #449546; 
}
h2 {	
	font-family: "Handlee";
	color: #449546; 
}
h3 {	
	color: #449546; 
}
h4 {	
	color: #9e7b52; 
}
h5 {	
	color: #449546; 
}
h6 {	
	color: #449546; 
}

/* Themify Custom CSS */
.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.table tr:not(.table-header):hover {
	background: #eee;
}

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

.table-border tr td {
	border: 1px solid #ccc;
}
.table .table-header {
	background: #449546;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff
}

.module-addfile a.tf_in_flx {
	  place-items: start;
    flex-direction: row;
	    flex-wrap: nowrap;
}