/* Themify Customize Styling */
:root {	
	--theme_accent: #143d03;
	--theme_accent_hover: #0e2903; 
}
a, .post-nav .arrow {	
	color: #143d03; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #707070; 
}
h1 {	
	font-family: "Reddit Sans";	font-weight:400;
	letter-spacing:1px;
	line-height:1em;

	color: #143d03; 
}
h2 {	
	font-family: "Reddit Sans";	font-weight:900;
	letter-spacing:1px;
	line-height:1em;

	color: #143d03; 
}
h3 {	
	font-family: "Reddit Sans";	font-weight:900;
	letter-spacing:1px;
	line-height:1em;

	color: #143d03; 
}
h4 {	
	font-family: "Reddit Sans";	font-weight:900;
	line-height:1em;
	text-transform:uppercase;
	color: #143d03; 
}
h5 {	
	font-family: "Reddit Sans Condensed";	font-weight:900;
	line-height:1em;
	text-transform:uppercase;
	color: #143d03; 
}
h6 {	
	font-family: "Reddit Sans";	font-weight:900;
	line-height:1em;

	color: #143d03; 
}
.page-title {	
	margin-bottom: 30px;
	font-family: "Reddit Sans";	font-weight:400;
	letter-spacing:1px;
	font-size:4em;
	line-height:1em;
 
}

/* 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-padding-20 tr td {
	padding: 20px;
}

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

.table .table-header {
	background: #143d03;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff
}
 
.module-addfile a.tf_in_flx {
	  place-content:start!important;
    flex-direction: row;
	    flex-wrap: nowrap;
}
.module-addfile.module .module-buttons-item {
	display: flex!important;
}
.module-addfile.module .module-buttons-item a {
	display: flex;
	align-items: center;
	width: 100%;
}

.module-buttons-item+.module-buttons-item {
    margin-inline-start: 0em!important;
}