@import url(https://fonts.googleapis.com/css?family=Russo+One);.form__35fM4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-bottom: 1px solid darkgray;
  padding-bottom: 10px;
}

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type="number"] {
  width: 3em;
}

.columns__3HTLS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  overflow: hidden;
}

@media (max-width: 500px) {
  .columns__3HTLS {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.column__23jVC {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.collapsed__2RtHs .column__23jVC:not(:last-child) {
  display: none;
}

.group__2n9MS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 10px;
}

.collapsed__2RtHs .group__2n9MS {
  display: none;
}

.hidden__2xBfB {
  display: none;
}
html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  position: absolute;
  margin: 0;
}

h1 {
  padding-left: 10px;
}

img{
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.container__Z6VIU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}

.padded__1EexJ {
  padding: 10px;
}

.updateBanner__3592_ {
  background-color: #ff6666;
  padding: 1em;
  text-align: center;
}
.hidden__s5gJP {
  display: none;
}

.weights__2RRMr {
  margin: 0 1em;
}

.weights__2RRMr sub {
  font-size: 70%;
}

.weights__2RRMr label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
}

.weights__2RRMr input[type="number"] {
  display: block;
}
.chart__1aBOj {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: center;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
  color: white;
  text-shadow: 0px 0px 10px black, 1px 1px 1px black;
  font-family: Evogria, 'Russo One', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
  margin: 5px;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

@media (max-width: 500px) {
  .chart__1aBOj {
    min-width: 100px;
  }
}

.cardCenter__3xE4a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.name__1hHZ9 {
  font-size: 120%;
}
.nameTranslation__-yQuA {
  font-size: 75%;
}

.cardFooter__3YmJB {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 80%;
  padding: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid black;
}

.shockBadge__2o3NN {
  background-color: white;
  border: 1px solid black;
  padding: 1px;
  border-radius: 50%;
  height: 1em;
  min-width: 1em;
}

.beginner__3twIL .cardFooter__3YmJB {
  background-color: #6eccc4;
}

.basic__anBdQ .cardFooter__3YmJB {
  background-color: #e0de5c;
}

.difficult__iR6Q2 .cardFooter__3YmJB {
  background-color: #e8715f;
}

.expert__3ib2y .cardFooter__3YmJB {
  background-color: #72cc6e;
}

.challenge__v5XIZ .cardFooter__3YmJB {
  background-color: #cc71e8;
}

.difficulty__3SN4f {
  text-transform: uppercase;
}

.vetoed__1xUXn {
  opacity: 0.8;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
}
.chartList__1ww-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chartList__1ww-A:not(:first-child) {
  border-top: 5px solid darkgrey;
}
.drawings__Hi-CK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.scrollable__2kjVi {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (min-width: 1025px) {
  .scrollable__2kjVi {
    overflow: auto;
    min-height: 12em;
  }
}

.sectionLabel__2poqO {
  text-indent: 10px;
}
.footer__20Mo6 {
  border-top: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icon__ZxNLV {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
