/* Competitive list tables — visual style close to page.png */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #222;
  background: #fff;
}
h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
.meta {
  color: #555;
  margin: 0 0 16px;
  font-size: 12px;
}
.legend {
  margin-top: 14px;
  color: #555;
  font-size: 11px;
  line-height: 1.45;
}
.back-link {
  display: inline-block;
  margin-bottom: 12px;
  color: #1a5fb4;
  text-decoration: none;
  font-size: 12px;
}
.back-link:hover { text-decoration: underline; }

table.competition {
  border-collapse: collapse;
  width: max-content;
  max-width: 100%;
  background: #fff;
}
table.competition th,
table.competition td {
  border: 1px solid #c8c8c8;
  text-align: center;
  vertical-align: middle;
  padding: 6px 8px;
  line-height: 1.25;
}
table.competition thead th {
  font-weight: 600;
  background: #fff;
  color: #222;
  white-space: normal;
  max-width: 110px;
}
table.competition thead th.group-title {
  max-width: none;
  padding: 8px 10px;
}
table.competition tbody tr:nth-child(even) td {
  background: #f2f2f2;
}
table.competition tbody tr:nth-child(odd) td {
  background: #fff;
}
table.competition td.flag-yes {
  background: #b8d9e8 !important;
  font-weight: 600;
}
table.competition td.flag-pass {
  background: #c6e8b8 !important;
  font-weight: 600;
}
table.competition td.ege-cell {
  white-space: nowrap;
  min-width: 52px;
}
table.competition .ege-label {
  display: block;
  font-size: 11px;
  color: #333;
}
table.competition .ege-score {
  display: block;
  font-weight: 600;
}

/* index page */
.index-wrap { max-width: 960px; }
.index-wrap h1 { margin-bottom: 18px; }
.dir-block { margin-bottom: 22px; }
.dir-block h2 {
  font-size: 15px;
  margin: 0 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}
.form-block { margin: 0 0 10px 8px; }
.form-block h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #333;
}
.form-block ul {
  margin: 0;
  padding-left: 18px;
}
.form-block li { margin: 2px 0; }
.form-block a {
  color: #1a5fb4;
  text-decoration: none;
}
.form-block a:hover { text-decoration: underline; }
.row-count { color: #777; font-size: 11px; }
