/* FORMATTING FOR KETO PAGE */
.boxlight{max-width:600px;text-align:justify;padding:10px;background-color:#f1f1f1;border:solid 1px #000}
.green{color:#33CC00}
.red{color:#CC0000}

.green-table{max-width:600px;width:100%;padding:0;margin:0;border-collapse:collapse;border:1px solid #333;font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;font-size:.8em;color:#000;background:#d5efc0}
.green-table caption{caption-side:top;font-size:.9em;font-style:italic;text-align:right;padding:.5em 0}
.green-table th,.green-table td{border:1px dotted #666;padding:.5em;text-align:left;color:#632a39}
.green-table th[scope=col]{color:#000;background-color:#93cc8f;text-transform:uppercase;font-size:.9em;border-bottom:2px solid #333;border-right:2px solid #333}
.green-table th+th[scope=col]{color:#fff;background-color:#83b37d;border-right:1px dotted #666}
.green-table th[scope=row]{background-color:#c0e5b8;border-right:2px solid #333}
.green-table tr.alt th,.green-table tr.alt td{color:#35632a}
.green-table tr:hover th[scope=row],.green-table tr:hover td{background-color:#632a2a;color:#fff}

.yellow-table{max-width:600px;width:100%;padding:0;margin:0;border-collapse:collapse;border:1px solid #333;font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;font-size:.8em;color:#000;background:#f2f1a4}
.yellow-table caption{caption-side:top;font-size:.9em;font-style:italic;text-align:right;padding:.5em 0}
.yellow-table th,.yellow-table td{border:1px dotted #666;padding:.5em;text-align:left;color:#632a39}
.yellow-table th[scope=col]{color:#000;background-color:#cccb8f;text-transform:uppercase;font-size:.9em;border-bottom:2px solid #333;border-right:2px solid #333}
.yellow-table th+th[scope=col]{color:#fff;background-color:#b2b37d;border-right:1px dotted #666}
.yellow-table th[scope=row]{background-color:#e5e4b8;border-right:2px solid #333}
.yellow-table tr.alt th,.yellow-table tr.alt td{color:#63612a}
.yellow-table tr:hover th[scope=row],.yellow-table tr:hover td{background-color:#632a2a;color:#fff}

.red-table{max-width:600px;width:100%;padding:0;margin:0;border-collapse:collapse;border:1px solid #333;font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;font-size:.8em;color:#000;background:#edbfc1}
.red-table caption{caption-side:top;font-size:.9em;font-style:italic;text-align:right;padding:.5em 0}
.red-table th,.red-table td{border:1px dotted #666;padding:.5em;text-align:left;color:#632a39}
.red-table th[scope=col]{color:#000;background-color:#cc8f90;text-transform:uppercase;font-size:.9em;border-bottom:2px solid #333;border-right:2px solid #333}
.red-table th+th[scope=col]{color:#fff;background-color:#b37d7d;border-right:1px dotted #666}
.red-table th[scope=row]{background-color:#e5b8ba;border-right:2px solid #333}
.red-table tr.alt th,.red-table tr.alt td{color:#632a2a}
.red-table tr:hover th[scope=row],.red-table tr:hover td{background-color:#632a2a;color:#fff}

@media only screen and (max-width: 1200px) {
	.green-table{font-size:.5em}
	.yellow-table{font-size:.5em}
	.red-table{font-size:.5em}
}

@media (max-width: 768px) {
	.green-table{font-size:.9em}
	.yellow-table{font-size:.9em}
	.red-table{font-size:.9em}
}