/*! normalize.css v11 */
html {
  font-family: sans-serif;
  font-size: 62.5%;
  height: 100%;
  overflow: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  overflow-y: auto;
  font-size: 2em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #1eaedb;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #0fa0ce;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  margin: 0.67em 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg {
  height: 1em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

input[type="email"],
label[for="email"] {
  display: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: auto;
}

fieldset {
  padding: 0;
  border-width: 0;
}

legend {
  padding: 0;
  border: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

tr td:first-child {
  width: 99%;
}

tr td:last-child {
  text-align: left;
  vertical-align: top;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 12px;
  margin-top: 12px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

p {
  margin-top: 0;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

/*! Skeleton V2.0.4 | Copyright 2014 Dave Gamache | MIT License */
.container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-bottom: 1rem;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.container:after,
.row:not(#subMenu):after,
.u-cf {
  display: table;
  clear: both;
  content: "";
}

/* Tables */
#headerTable,
#statsTable {
  margin: 0;
}

#headerTable th {
  padding-bottom: 0;
  text-align: center;
  border-bottom: 2px solid #000;
}

#headerTable th:first-child,
#statsTable td:first-child {
  text-align: left;
}

#headerTable th:last-child,
#statsTable td:last-child {
  text-align: right;
}

#statsTable td,
#statsTable th {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: 400;
  border: 0;
}
tr.scoring th {
  text-align:center;
}
/* Details */
details {
  transition: all 0.5s;
  position:relative;
}

details summary {
  display: flex;
  cursor: pointer;
  border-bottom: 0;
  transition: all 0.5s;
}

details summary div:last-child {
  margin-left: 1em;
}

details summary div:nth-child(1) {
  width: 0;
  height: 0;
  margin: 0.25em 1em 0 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 1em;
  border-color: transparent transparent transparent #000;
  transition: all 0.25s;
}

details[open] {
  padding: 8px 12px 12px;
  background: #eee;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

details[open] summary {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

details[open] summary div:nth-child(1) {
  margin: 0;
  border-width: 0;
  transition: all 0.5s;
}

details div.scoreCard {
  display: flex;
  flex-direction: column;
}

details div.scoreCard div:nth-child(1) {
  text-align: center;
}

details div.scoreCard div:nth-child(2) {
  flex-grow: 1;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

/* Page layout */
#pageFooter {
  min-height: 88px;
  padding-top: 4px;
  padding-bottom: 12px;
  background: #ccc;
  box-shadow: 0 0 5px;
}

#pageFooter .container {
  width: 85%;
}

#pageFooter div.row {
  margin-top: 12px;
  margin-bottom: 12px;
}

#pageFooter #copyright {
  text-align: center;
}

#pageFooter a:last-child {
  display: none;
}

body.scores .container {
  width: 100%;
}

body.scores .container.menu {
  width: 85%;
}

body.scores .row.sticky {
  position: sticky;
  top: 0;
  padding-top: 12px;
  background: #fff;
  z-index:1;
}

body.scores #reviewsTable td {
  padding-left: 2px;
}

body.scores #reviewsTable td:first-child,
body.scores #headerTable th:first-child {
  padding-left: 20px;
}

body.scores #reviewsTable td:last-child,
body.scores #headerTable th:last-child {
  padding-right: 20px;
}

body.scores #searchBox {
  width: calc(100% - 40px);
  margin-bottom: 0;
  margin-left: 20px;
}

body.scores #searchReset {
  position: absolute;
  right: 20px;
  padding: 0 15px;
  background: #eee;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

body.scores #statsTable td:first-child,
body.scores #statsTable th:first-child {
  padding-left: 20px;
  text-align: left;
}

body.scores #statsTable td:last-child,
body.scores #statsTable th:last-child {
  padding-right: 20px;
  text-align: right;
}

body.data .container {
  max-width: 1200px;
}

body.data div.row {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

div#header {
  position: relative;
  margin-bottom: 2.5rem;
}

div#header div {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 4px #000;
}

div#header div h1 {
  padding-left: 3rem;
}

div.menu {
  text-align: center;
}

div.menu a {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-left: 0;
  font-size: 2rem;
  line-height: 6rem;
}

div#admin-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#ccc;
	text-align:center;
	box-shadow:0 0 5px;
	z-index:1;
}



svg#patreon,
div.menu svg#youtube {
  position: relative;
  top: 0.2rem;
}

#scoringTitle {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

#scoringTitle div {
  padding: 0;
  border-bottom: 2px solid #000;
}

#subMenu {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: start;
	align-content: start;
}

div#subMenu div {
	flex-grow: 1;
	flex: 1 1 0;
  	min-width: 0;
}

#subMenu a {
  font-size: 11px;
  line-height: 38px;
  font-weight: 600;
  width:100%;
}

a.youtube-link {
  break-after: always;
}

div.notes {
  position: relative;
  margin-top: 1rem;
}
div.open-notes {
	text-align:right;
}
div.open-notes a {
  color:#888;
  cursor:pointer;
  font-size: 1.4rem;
}
div.open-notes a:hover {
  color: #1eaedb;
}

dialog {
  max-width: 80%;
  font-size: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

div.patreon_prompt,
dialog#login-dialog div {
  width: 100%;
  text-align: center;
}

div.patreon_prompt {
  padding: 2rem 0 0 0;
}

.notes-preview-blur {
    filter: blur(1px);
    user-select: none;
}

dialog#login-dialog p {
	text-align:center;
}

dialog#login-dialog form {
  margin-bottom: 0;
}

dialog#login-dialog a.button {
  height: 5rem;
  font-size: 3rem;
  line-height: 5rem;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

@media (min-width: 444px) {
  body {
    font-size: 1.5em;
  }

  a.youtube-link {
    float: none;
  }

  details div.scoreCard {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 550px) {
  .container {
    width: 80%;
  }

  .column,
  .columns {
    margin-left: 4%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}



	.profile-charts {
		display: flex;
		gap: 6rem 3rem;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: start;
		align-content: start;
	}

	.profile-chart {
		flex: 1 1 250px;
		max-width: 250px;
	}

	.profile-brand {
		font-weight: bold;
		margin-bottom: 8px;
		margin-left:5rem;
		text-align:center;
	}

	.profile-row {
		display: grid;
		grid-template-columns: 8rem 1fr 3rem;
		align-items: center;
		gap: 6px;
		margin: 6px 0;
		font-size: 12px;
	}

	.profile-label {
		text-align: right;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.profile-bar-wrap {
		background: #eee;
		height: 18px;
	}

	.profile-bar {
		height: 100%;
		background: steelblue;
	}

	.profile-value {
		font-size: 11px;
		text-align: left;
	}






@media (min-width: 750px) {
  div#header div {
    text-align: center;
  }

  div#header div h1 {
    padding-left: 0;
  }
  dialog {
    max-width: 640px;
	left:-2rem;
  }
	div.patreon_prompt {
  position:absolute;
  bottom:0;
  left:0;
  padding: 3rem 0 3rem 0;

  /*background: rgba(238, 238, 238, 0.2); /* Must be at least partially transparent */
  /*backdrop-filter: blur(1px);*/
  /*-webkit-backdrop-filter: blur(1px); /* Safari */
}
}
