/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2024 | 05:47:42 */
table.fixed-2col-tables {
	border: 1px;
	border-collapse: collapse;
}
table.fixed-2col-tables tbody td:nth-of-type(1) { 
	width: 7em; 
}
table.fixed-2col-tables tbody td:nth-of-type(2) { 
	width: calc(100% - 7rem); 
}
