:root {
  --admin-bg: transparent;
  --admin-text: white;
  --admin-link: #fad000;
  --line: #ddd;
  --strong-line: #000;
  --shade: #eee;
  --nav-bg: #ddd;
  --nav-link: #ae0000;
  --nav-bg-hover: #eee;
  --acc-bg: #000;
  --acc-text: #ccc;
  --announce-bg: #111;
  --announce-text: #ddd;
  --announce-link: #d20000;
  --headings: #111;
  --text: #333;
  --feint: #aaa;
  --paper: #fcfcf8;
  --link: #d20000;
  --link-alt-bg: #ae0000;
  --link-alt: var(--paper);
  --text-font: "proxima nova", "Segoe UI", Arial, sans-serif;
  --text-size: 100%;
}
@media (prefers-color-scheme: dark) {
  :root {
    --line: #444;
    --strong-line: #aaa;
    --shade: #222;
    --nav-bg: #444;
    --nav-link: #90da5b;
    --nav-bg-hover: #222;
    --acc-bg: #000;
    --acc-text: #ccc;
    --announce-bg: #333;
    --announce-text: var(--text);
    --announce-link: var(--link);
    --headings: #fad000;
    --text: #e0e0e0;
    --feint: #555;
    --paper: #121212;
    --link: #74d032;
    --link-alt-bg: #467f1d;
    --link-alt: var(--text);
  }
}
.column__list_2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 10rem;
  align-items: flex-start;
}
.column__list_3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26%, 1fr));
  grid-gap: 5rem;
  align-items: flex-start;
}
.column__list_10 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  grid-gap: 3rem;
  align-items: flex-start;
}
body {
  background-image: url(https://www.rugbyleagueproject.org/menu.png);
  background-repeat: repeat-y;
  margin: 0;
  color: var(--text);
}
.debug {
  display: none;
}
#searchbox p,
.related p,
form {
  display: inline;
}
#logo {
  text-align: center;
  margin: 0;
  height: 80px;
}
#menu,
.related {
  margin: 0;
  padding: 0;
}
#england_links {
  float: left;
  width: 45%;
}
#recent_results {
  float: right;
  width: 50%;
  border: 4px inset;
  display: none;
  padding: 1em;
}
div.leftcol,
div.stats,
dl dt,
table.left {
  float: left;
}
#recent_results table {
  width: 100%;
  background-color: transparent;
}
.content {
  margin-top: -7em;
  padding-top: 0;
  padding-bottom: 2em;
  margin-left: 16em;
}
.content h2 {
  padding: 0;
}
div.full {
  clear: both;
}
div.stats {
  padding-right: 2em;
  padding-bottom: 2em;
}
div.comments {
  clear: both;
  min-width: 15em;
}
table.left {
  clear: left;
}
dl dd {
  clear: left;
  margin: 0;
  padding: 0 0 0.5em 0;
}
dl.changes {
  overflow: hidden;
}
dl.changes dt {
  font-weight: 400;
  width: 8em;
  clear: left;
}
dl.changes dd {
  clear: none;
  padding: 0;
  padding-left: 8em;
}
#admin_link {
  position: absolute;
  left: 0;
  top: 0;
}
#admin_link span {
  color: var(--admin-text);
  background-color: var(--admin-bg);
  font-size: 7pt;
}
#admin_link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#admin_link li {
  font-size: 7pt;
}
#admin_link a {
  color: var(--admin-link);
}
#australia_links {
  padding-right: 3em;
  float: left;
  width: 45%;
}
b,
strong {
  font-weight: 600;
}
.index {
  column-count: 3;
  /*max-width:100em;*/
}
.index div {
  break-inside: avoid;
}
/* Alert message */
.alert {
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 600;
  margin: 8px 0;
  background: var(--announce-bg);
  color: var(--announce-text);
}
.oauth-panel {
  margin: 0 0 1rem;
}
.oauth-panel__eyebrow {
  margin: 0 0 0.75rem;
}
.oauth-provider-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.oauth-provider-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--paper);
  color: var(--text);
  text-decoration: none;
  width: min(28rem, 100%);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--strong-line) 6%, transparent);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.oauth-provider-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--strong-line) 10%, transparent);
  border-color: var(--strong-line);
}
.oauth-provider-card__logo {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: var(--paper);
  color: var(--headings);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--strong-line) 8%, transparent);
}
.oauth-provider-card__logo svg {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}
.oauth-provider-card__logo--static {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--strong-line) 5%, transparent);
}
.oauth-provider-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  flex: 1 1 auto;
}
.oauth-provider-card__title {
  font-weight: 700;
  color: var(--headings);
}
.oauth-provider-card__meta {
  font-size: 0.88rem;
  color: var(--text);
}
.oauth-provider-card__arrow {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--feint);
}
.oauth-provider-card--google .oauth-provider-card__logo {
  background: var(--paper);
}
.oauth-provider-card--apple .oauth-provider-card__logo {
  background: var(--paper);
  color: var(--text);
}
.oauth-provider-card--microsoft .oauth-provider-card__logo {
  background: var(--shade);
}
.oauth-provider-card--patreon .oauth-provider-card__logo {
  background: var(--nav-bg-hover);
}
.oauth-account-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.oauth-account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: color-mix(in srgb, var(--paper) 55%, transparent);
  width: min(28rem, 100%);
}
.oauth-account-row.is-linked {
  border-color: var(--link);
}
.oauth-account-row__summary {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}
.oauth-account-row__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.oauth-account-row__title {
  color: var(--headings);
}
.oauth-account-row__status {
  font-size: 0.9rem;
  color: var(--text);
}
.oauth-account-row__actions,
.oauth-account-row__form {
  display: flex;
  align-items: center;
}
.oauth-account-row__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--link-alt-bg);
  border-radius: 999px;
  background: var(--link-alt-bg);
  color: var(--link-alt);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.oauth-account-row__button--muted {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}
@media (min-width: 801px) {
  .navwrap {
    width: 100%;
    text-align: center;
  }
  nav {
    z-index: 99;
    display: inline-block;
    height: 2.3em;
  }
  nav .m-menu__toggle,
  nav .a-label__chevron,
  nav .m-main__title,
  nav input[type=checkbox] {
    display: none;
  }
  nav ul {
    margin: 0;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0;
  }
  nav ul li {
    display: block;
    position: relative;
    float: left;
  }
  nav ul li:hover {
    background: var(--shade);
  }
  nav ul li.search:hover {
    background: none;
  }
  nav ul li.submenu {
    margin-right: 0.5em;
  }
  nav ul li.submenu::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    top: 50%;
    margin-top: -5px;
    right: 10px;
  }
  nav ul li.submenu a {
    padding-right: 1.5em;
  }
  nav ul li a {
    color: var(--nav-link);
    font-weight: 700;
    line-height: 2.5em;
    padding: 0.5em 1em;
  }
  nav ul li ul {
    display: none;
    background: var(--nav-bg);
  }
  nav ul li ul li {
    padding: 0;
    white-space: nowrap;
    width: 100%;
    text-align: left;
  }
  nav ul li ul li.submenu {
    margin-right: 0.5em;
  }
  nav ul li ul li.submenu::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 10px;
  }
  nav ul li ul ul {
    left: 100%;
    top: 0;
    margin-top: -1px;
  }
  nav ul li:hover > .m-menu > ul {
    display: block;
    position: absolute;
    z-index: 5;
  }
  nav > ul > li:last-child {
    padding-right: 0;
  }
}
h1,
h2,
h3,
h3 a,
h4,
h5,
h6,
dl dt,
nav li a {
  font-weight: 500;
  font-family: var(--text-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings);
}
#account {
  height: 20px;
  display: block;
  background: var(--acc-bg);
  color: var(--acc-text);
  text-align: right;
  padding: 2px 10px;
}
.grid,
.ladder,
.list {
  border-spacing: 0;
  margin-bottom: 1em;
}
body {
  font-size: var(--text-size);
}
.grid td {
  border: solid 1px var(--line);
}
.grid th,
.grid td {
  padding-top: 3px;
  padding-bottom: 3px;
}
p {
  /*font-size: small;*/
}
th {
  white-space: nowrap;
}
td,
th {
  vertical-align: top;
}
h3 {
  padding-left: 0;
}
h1 {
  margin-bottom: 0;
}
#page_content > h1 {
  padding-left: 2rem;
}
h2,
h3 {
  margin-bottom: 0;
}
#logo {
  background: url(https://www.rugbyleagueproject.org/crowd.jpg);
}
#logo img {
  max-width: 60%;
  height: auto;
  margin-top: -26px;
}
a {
  text-decoration: none;
  color: var(--link);
}
a:hover {
  text-decoration: underline;
}
form {
  display: inline;
  margin: 0;
}
header {
  background-color: var(--nav-bg);
  margin: 0;
  padding: 0;
}
header .announcement {
  background: var(--announce-bg);
  border-bottom: solid 2px var(--line);
  border-top: solid 2px var(--line);
  font-size: 15pt;
  color: var(--announce-text);
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}
header .announcement a {
  display: block;
  width: 100%;
  color: var(--announce-link);
}
#contenthead {
  background-color: var(--nav-bg);
}
table.head2head {
  border-collapse: collapse;
  margin-top: 1em;
}
table.head2head td.num {
  font-size: xx-large;
  padding-left: 2em;
  padding-right: 2em;
}
table.head2head th {
  vertical-align: middle;
}
#submenu2 ul.main,
#submenu3 ul.main {
  padding-left: 0;
}
#content {
  padding: 0 5rem 0 1rem;
  margin-left: 1rem;
  margin-top: 1em;
}
.feint,
.feint a {
  color: var(--feint);
}
.list td.hilite {
  background-color: transparent;
  font-weight: 600;
}
img.border {
  border: 1px solid #000;
}
img.halfopacity {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.list {
  margin-right: 2em;
}
.list .notice {
  vertical-align: middle;
  padding: 0;
  margin-top: 0;
  border-bottom: none;
}
.list .notice div {
  text-transform: uppercase;
  padding: 0;
  margin-top: 1em;
  line-height: 2em;
  font-style: italic;
  font-weight: bold;
}
.list .notice div::before,
.list .notice div::after {
  content: "--";
}
.list .notice.moderate div {
  color: var(--headings);
  font-size: large;
  line-height: 4em;
}
.list .notice.major div {
  color: var(--headings);
  font-size: x-large;
  line-height: 5em;
}
.half {
  float: left;
  clear: left;
}
.content .records .list {
  width: 45em;
}
.content .records .list th {
  white-space: normal;
}
.content .records .list h3,
.content .records .list h4 {
  margin-bottom: 0.5em;
}
.content .records .list td:nth-child(1) {
  width: 3em;
}
.content .records .list td:nth-child(2) {
  width: 12em;
}
.content .records .full {
  width: auto;
}
.list .borderleft {
  border-left: solid 1px var(--line);
}
.list th {
  border-bottom: solid 1px var(--line);
  text-align: left;
  padding: 1em 1em 0 0;
  position: sticky;
  top: 0;
  background-color:var(--paper);
}
.list td,
.list th.subheading {
  border-bottom: solid 1px var(--line);
}
.list th.n {
  text-align: center;
}
.list th.n.right {
  text-align: right;
}
.list td {
  padding: 0.2em 1em 0.2em 0;
  white-space: nowrap;
}
.list td {
  vertical-align: bottom;
}
.total td {
  font-weight: 600;
  border-top: solid 1px var(--strong-line) !important;
  font-size: 120%;
  padding-top: 0.5em;
}
.list td.small,
.list td.tight {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.list td.n {
  text-align: right;
  padding-left: 0.5em;
}
.list th.subheading {
  padding-top: 1em;
}
.list td.text {
  padding-right: 5em;
}
.small td,
.small th {
  line-height: 1.1em;
}
.small td.noprint {
  padding-right: 0;
}
.small,
.small td,
.small th {
  border: none;
  font-size: 90%;
}
.small .list {
  margin-right: 0;
  width: 100%;
}
.program {
  float: left;
  border-radius: 4px;
  border: 2px solid var(--line);
  padding: 1em;
  margin: 1em 1em 2em 0;
  border-collapse: collapse;
  width: 60em;
  position: relative;
}
.program th.left,
.program td.left {
  text-align: right;
}
.program td.pad {
  padding-left: 2em;
}
.program .big {
  text-transform: uppercase;
  font-size: x-large;
  letter-spacing: -1px;
}
.program tbody tr:first-child td,
.program tbody tr:first-child th {
  padding-top: 0.5em;
}
.program tbody tr:last-child td,
.program tbody tr:last-child th {
  padding-bottom: 0.5em;
}
.program .boldshade {
  background: var(--shade);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  user-select: none;
  padding-top: 1px!important;
  padding-bottom: 2px!important;
}
.program .invis {
  color: var(--shade);
}
.program .centreshade {
  background: var(--shade);
}
.program .n {
  padding: 1px 1em;
}
.collapse {
  min-width: 30em;
  overflow: hidden;
}
td.name {
  width: 2em;
}
.ladder th {
  border-bottom: solid 1px var(--line);
  text-align: center;
  padding-left: 0.8em;
}
td.tiny,
th.tiny {
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 6px;
  width: 8px;
  font-size: 9px;
  vertical-align: middle;
  text-align: left;
}
th.tiny {
  text-align: center;
}
td.tiny {
  border-right: solid 1px var(--line);
  border-left: solid 1px var(--line);
  white-space: nowrap;
}
td.tiny.fade,
td.fade {
  color: var(--feint);
}
td.tiny > span {
  border: solid 1px var(--line);
  margin-left: 2px;
}
td.tiny.extra,
th.tiny.extra {
  border-left: solid 3px var(--line);
}
.ladder td {
  border-bottom: solid 1px var(--line);
  padding: 0.2em 0;
}
.ladder td {
  text-align: right;
  padding: 0.2em 0.4em 0.2em 0.8em;
}
.ladder li,
.ladder td.name {
  text-align: left;
}
.ladder td.name {
  width: 12em;
  padding-left: 0;
}
.ladder td.rank {
  padding-left: 0.2em;
  padding-right: 0.5em;
}
.grid td,
.grid th {
  padding-left: 0.3em;
  padding-right: 0.3em;
  line-height: 1em;
}
.grid td.n {
  width: 1.5em;
}
.quiet a,
a.quiet {
  color: var(--text);
  text-decoration: none;
}
.ladder td,
.ladder th,
.list td,
.list th,
.program td,
.program th,
dd,
div,
dt,
input,
li,
p,
td,
textarea,
th,
select,
button {
  font-family: var(--text-font);
  font-weight: 400;
}
.content h3,
.content h4 {
  clear: left;
}
.list td.clear,
.list th.clear,
img {
  border: none;
}
.grid td.shade,
.grid th.shade,
.shade {
  background-color: var(--shade);
}
th.shade.pad {
  padding-top: 0.5em;
  padding-bottom: 6px;
}
tr.rule_bottom {
  border-bottom: solid 1px var(--strong-line);
}
.rule td {
  border-bottom: solid 1px var(--strong-line) !important;
}
.ladder td.leftdivide,
.ladder th.leftdivide,
.list td.leftdivide,
th.leftdivide {
  padding-left: 1em;
  border-left: solid 1px var(--line);
}
.ladder svg {
  margin-top: 2px;
  fill: var(--paper);
}
.ladder svg rect {
  stroke: var(--strong-line);
}
.ladder svg line {
  stroke: var(--line);
}
.ladder svg polyline {
  stroke: var(--link);
  fill: none;
}
#page {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 2.5rem;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  clear: both;
  position: relative;
  margin-top: -2.5rem;
  text-align: center;
}
#footer p {
  margin: 0;
  font-size: 80%;
}
#footer .socials {
  background-color: #fff;
}
.list td.pad {
  padding-top: 0.8em;
}
abbr {
  text-decoration: none;
}
.debug {
  display: none;
}
a.quiet:hover {
  text-decoration: underline;
}
#searchbox {
  float: right;
  margin-top: 0.1em;
  padding: 0 1em;
}
#search_form input,
#search_form_mobile input {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OTAiIGhlaWdodD0iNDkwIj4KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjM2IiBzdHJva2UtbGluZWNhcD0icm91bmQiCmQ9Im0yODAsMjc4YTE1MywxNTMgMCAxLDAtMiwybDE3MCwxNzBtLTkxLTExNyAxMTAsMTEwLTI2LDI2LTExMC0xMTAiLz4KPC9zdmc+IA==');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right;
  border: none;
  padding: 3px 4px;
  background-origin: content-box;
  vertical-align: text-bottom;
  line-height: 35px;
  margin-left: 1em;
}
#search_form_mobile input {
  margin-left: 0;
}
.social-logins {
  margin-top: 1em;
  width: 350px;
  max-width: 100%;
}
.social-logins span {
  box-sizing: border-box;
}
.social-logins .userspice-social-logins-item {
  color: unset;
}
.social-logins .userspice-social-logins-item:hover {
  color: unset;
}
body {
  background: none;
  background-color: var(--paper);
}
.content {
  padding: 0 5rem 0 1rem;
}
#page_content {
  /*max-width:110em;*/
  margin: 0 auto;
}
ul.main {
  margin-top: 0;
  text-transform: uppercase;
  list-style-type: none;
  padding: 8px 2rem;
  padding-top: 0;
  border-top: solid 1px var(--nav-bg);
}
ul.main li {
  display: inline;
  font-weight: 700;
  padding-right: 1.5em;
  font-size: 85%;
}
#contenthead {
  height: 52px;
  box-shadow: black 0 0 10px;
  display: flex;
  align-items: center;
}
#footer {
  box-shadow: 0 -5px 10px 0 #333;
}
.rlplnk,
a.rlplnk {
  background-color: var(--link-alt-bg);
  color: var(--link-alt);
  padding: 1px 8px;
  border: solid 1px var(--link-alt);
}
.rlplnk:hover {
  text-decoration: none;
}
.rowhead {
  background-color: #eee;
}
.comment {
  display: flex;
}
.comment.user-comment {
  justify-content: flex-start;
}
.comment.user-comment .info {
  order: 1;
  width: 9em;
  text-align: right;
  padding-right: 1em;
}
.comment.user-comment p,
.comment.user-comment form {
  order: 2;
  max-width: 50em;
  background: var(--shade);
  padding: 1em;
  margin: 0;
  margin-bottom: 2em;
}
.comment.user-comment form {
  padding: 0;
  background: none;
}
.comment.user-comment form textarea {
  padding: 0.5em;
  width: 49.3em;
}
.tabular {
  overflow-x: auto;
  /*transform: rotateX(180deg);*/
}
.tabular table {
  /*transform: rotateX(180deg);*/
}
.tabular table tr {
  /*
      th:nth-child(2),td:nth-child(2) {
        position:sticky;
	left:0;
      }
      */
}
.tabular table tr th:first-child,
.tabular table tr td:first-child {
  position: sticky;
  left: 0;
}
.tabular table tr td.options {
  text-align: right;
}
.scorers th {
  background: none!important;
}
.scorers td,
.scorers th {
  padding-top: 2px;
}
.scorers td {
  vertical-align: top;
}
.round-22-tape {
  position: absolute;
  height: 30px;
  width: 50px;
  margin-left: 88px;
  margin-top: 8px;
  transform: rotate(2deg);
}
#bio {
  max-width: 70em;
  line-height: 1.6em;
}
.note {
  max-width: 65em;
}
#irvin {
  transition: all 1s ease-out;
}
#irvin tr td:nth-child(1),
#irvin tr td:nth-child(3),
#irvin tr td:nth-child(4),
#irvin tr td:nth-child(5),
#irvin tr td:nth-child(6),
#irvin tr td:nth-child(7),
#irvin tr th:nth-child(1),
#irvin tr th:nth-child(3),
#irvin tr th:nth-child(4),
#irvin tr th:nth-child(5) {
  display: none;
}
#irvin td,
#irvin th {
  /*line-height:10px;*/
  position: relative;
  line-height: 0.9em;
}
#irvin td.tiny,
#irvin th.tiny,
#irvin tr td:nth-child(2),
#irvin tr th:nth-child(2) {
  border: solid 1px black!important;
  padding: 1px;
  padding-left: 3px;
  padding-right: 2px;
  min-width: 7em;
}
#irvin td.tiny,
#irvin tr td:nth-child(2),
#irvin tr td:nth-child(2) div {
  font-family: cursive;
  font-weight: 600;
  font-size: 13px;
}
#irvin td.tiny b {
  display: none;
}
#irvin th.tiny,
#irvin tr td:nth-child(2),
#irvin tr td:nth-child(2) div,
#irvin tr th:nth-child(2) {
  font-size: 12px;
  text-transform: uppercase;
}
#irvin tr td:nth-child(2) div {
  float: left;
  width: 40%;
  padding-left: 5px;
}
#irvin th.tiny,
#irvin tr th:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: none;
}
#irvin tr th:nth-child(2) {
  text-align: center;
}
#irvin th.tiny abbr {
  display: none;
}
#irvin th.tiny span {
  display: inline!important;
}
#irvin td.fade {
  color: transparent;
}
#irvin td.fade::after {
  content: "''";
  position: absolute;
  left: 16px;
  font-size: 13px;
}
@media (max-width: 800px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .column__list_2,
  .column__list_3 {
    display: block;
    grid-template-columns: none;
    grid-gap: 1rem;
    align-items: normal;
  }
  .column__list_2 div,
  .column__list_3 div {
    float: none;
  }
  .column__list_10 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    grid-gap: 3rem;
    align-items: flex-start;
  }
  .column__list_10 div {
    float: left;
  }
  .column__list_10 .tabular .list {
    margin-right:0;
  }
  /* Reverse the order of elements in the user comments,
    so that the avatar and info appear after the text. */
  .comment.user-comment .info {
    order: 2;
  }
  .comment.user-comment p {
    order: 1;
  }
  /* Make the paragraph in the comments take up the whole width,
    forcing the avatar and user info to wrap to the next line*/
  .comment p {
    width: 100%;
  }
  /* Align toward the beginning of the container (to the left)
    all the elements inside the author comments. */
  .comment.author-comment {
    justify-content: flex-start;
  }
  .program {
    width: 100%;
  }
  .program .fname {
    display: none;
  }
  .program .big {
    font-size: inherit;
  }
  #content {
    margin: 0;
    padding: 0 0.5rem;
  }
  dl.changes dt {
    width: auto;
  }
  dl.changes dd {
    clear: left;
    padding: 0 0 0.5em 0;
  }
  .collapse {
    min-width: 0;
    overflow: visible;
  }
  #contenthead,
  #debug {
    display: none;
  }
  #logo img {
    max-width: 100%;
    margin-top: 8px;
  }
  .oauth-provider-grid {
    flex-direction: column;
  }
  .oauth-account-row {
    flex-direction: column;
    align-items: stretch;
  }
  .oauth-account-row__actions,
  .oauth-account-row__form {
    width: 100%;
  }
  .oauth-account-row__button {
    width: 100%;
  }
  h1 {
    padding-left: 0.5rem;
  }
  ul.main {
    padding-left: 0.5rem;
  }
  #footer p {
    font-size: 0.6rem;
  }
  #footer .socials {
    padding: 1rem;
  }
  #footer .socials img {
    vertical-align: middle;
  }
  #footer .socials a {
    display: block;
  }
  #logo {
    height: auto;
  }
  nav {
    background-color: var(--nav-bg);
    height: 50px;
    padding: 0 16px;
    display: flex;
    align-items: center;
  }
  nav .m-menu__checkbox {
    display: none;
  }
  nav label.m-menu__toggle {
    cursor: pointer;
  }
  nav .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 450px;
    min-width: 12em;
    width: calc(60vw - 30px);
    height: 80vh;
    transform: translate3d(-450px, 0, 0);
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: var(--nav-bg);
    text-transform: uppercase;
  }
  nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  nav .m-menu__header {
    padding: 0 16px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  nav .m-menu__header span {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  nav .m-menu .m-menu {
    transform: translate3d(480px, 0, 0);
  }
  nav .m-menu ul {
    height: 100%;
    overflow-y: auto;
  }
  nav .m-menu ul li a,
  nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
  }
  nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
  }
  nav .m-menu ul li .-invisible {
    border-bottom: 0;
  }
  nav .m-menu .m-menu label.m-menu__toggle {
    display: flex;
    border-bottom: 0;
    padding: 0;
    box-sizing: content-box;
  }
  nav .m-menu__checkbox:checked ~ .m-menu__overlay {
    display: block;
  }
  nav .m-menu__checkbox:checked ~ .m-menu {
    transform: translate3d(0, 0, 0);
  }
  .navwrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    background-color: var(--nav-bg);
  }
  .navwrap ul {
    padding-left: 0;
  }
  .navwrap li {
    list-style-type: none;
  }
  .navwrap form {
    display: flex;
    width: 100%;
  }
  .navwrap form input {
    flex-grow: 3;
    /*background:var(--paper);*/
  }
  .navwrap form input:focus {
    /*background:var(--paper);*/
  }
  th {
    white-space: wrap;
  }
  div.stats {
    float: none;
    padding: 0;
  }
  .mhide {
    display: none;
  }
}
@media print {
  body {
    font-size: 60%;
    margin: 0;
  }
  a {
    color: #000;
  }
  #contenthead,
  #footer,
  #heading,
  #logo,
  #submenu,
  #submenu2,
  #menu,
  .noprint,
  .related {
    display: none;
  }
}
