:root{--max-width:800px;--border-radius:2px;--masters-green:#1a4731;--masters-green-mid:#2d6a4a;--masters-gold:#c9a84c;--masters-white:#fff;--masters-off-white:#f5f5f0;--masters-row-alt:#eef5ee;--masters-border:#c8ddd0;--masters-text:#1a1a1a}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Arial Narrow,Arial,sans-serif;background-color:var(--masters-green);color:var(--masters-white)}h1,h2,h3,p{margin-top:10px;margin-bottom:20px}a{color:var(--masters-gold);text-decoration:none}a:hover{text-decoration:underline}table{width:100%;border-collapse:collapse;background-color:var(--masters-white);color:var(--masters-text);font-size:1rem}table,table th{font-family:Arial Narrow,Arial,sans-serif}table th{background-color:#e8f0eb;color:var(--masters-green);border:none;border-bottom:2px solid #c0d4c8;padding:10px 14px;text-align:left;font-weight:600;letter-spacing:.1em;font-size:.85rem;text-transform:uppercase}table tr:nth-child(2n){background-color:var(--masters-row-alt)}table tbody tr:hover{background-color:#dff0e6}table td{border:none;border-bottom:1px solid var(--masters-border);padding:10px 14px;min-height:42px;height:42px}table td:first-child{font-weight:600;color:var(--masters-green);font-size:.9rem;letter-spacing:.05em}table td:first-child,table td:last-child,table th:first-child,table th:last-child{text-align:center}table tbody tr:first-child{background-color:#fdf8ec}table tbody tr:first-child td:first-child{color:var(--masters-gold)}