@charset "UTF-8";

/*
	tables.css
	(c) 1999 - 2024 endeavor-networks.com. All rights reserved.
	Burlington, Ontario, Canada.
*/

table, th, td { border: 1px solid black ; border-collapse: collapse ; padding: 5px 15px 5px 15px ; }


table { margin-left: auto; margin-right: auto; margin-top: 2em ; margin-bottom: 1em ; }
					/* width: 99% ; */
    			/* caption-side:bottom ; supposedly obsoleted, but works */

table caption { text-align: center ; caption-side: bottom ; font-weight: normal ; margin-top: 1em ; margin-bottom: 1em ; }


table thead th { background-color: #7DA647 ; color: white ; } /* not working - issue with selector? */

table tfoot th { background-color: #7DA647 ; color: white ; } /* not working - issue with selector? */


table th { text-align: center ; background-color: #7DA647 ; color: white ; }

table th:only-of-type { vertical-align: middle ; text-align: center ; background-color: #001e3d ; color: white ; }


table tr:nth-child(odd) { vertical-align: middle ; background-color: #EEE; }

table tr:nth-child(even) { vertical-align: middle ; background-color: white ; }


table#codes { margin-top: 0.25em ; }
table#methods { margin-top: 0.25em ; }

table#compare { margin-top: 1em ; margin-bottom: 2em ; }
table#compare caption { caption-side: top ; font-weight: bold ; }
table#compare tr:nth-child(odd) { text-align: center ; }
table#compare tr:nth-child(even) { text-align: center ; }

table#rules tr:nth-child(odd) { text-align: center ; }
table#rules tr:nth-child(even) { text-align: center ; }


