/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 11 2024 | 13:04:44 */
.footgrid {
	font-size: 0.9em !important;
	background-color: blue;
	color: white;
	display: grid;
    grid-template-columns: 33% 33% 33%;
	padding: 10px;
	line-height: 1em;
}
.foot {
	font-size: 0.9em !important;
	background-color: blue;
	color: white;
	line-height: 1em;
	padding-bottom: 8px;
}
.footlow {
	font-size: 0.9em !important;
	padding-top: 8px;
	color: black;
	line-height: 0.8em;
	font-weight: bold;
}