/* ================================================================================================
	Family | (c)2025 Colin D Miller
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Design: Colin D Miller
	================================================================================================ */

body {
	font-family: 'Calibri', san-serif;
	font-size: 14px;
	line-height: 1.6em;
	height: 100%;
	}

a {
	color: white;
	text-decoration: none;
	}

a.ops {
	color: #006600;
	text-decoration: none;
	}

table {
	width: 100%;
	}
 
th {
	width: 21%;
	color: white;
	background-color: #006600;
	padding:10px;
	}

th.ops {
	width: 6%;
	color: white;
	background-color: #006600;
	padding:10px;
	}

td {
	width: 20%;
	color: #006600;
	}
 
td.data {
	text-align: center;
	}

.button {
	background-color: #006600;
	border: none;
	color: white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight:900;
	transition-duration: 0.4s;
	}
	
.button:hover, .heading .button:hover {
	background-color: #4CAF50; /* Green */
	}
	
.heading .button {
	border-radius: 8px;
	}
