#avatars .tabs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  #avatars .tabs.important {
    margin: 0; }
  #avatars .tabs .tab {
    flex: 1 0 auto;
    box-sizing: border-box;
    margin: 0;
    font-size: 25px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    width: 150px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    opacity: .6;
    cursor: pointer;
    position: relative;
    appearance: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px dashed black;
    color: black;
    outline: none;
    font-family: Titling, Arial, Helvetica, sans-serif;
    transition: max-width 1s ease-in-out, font-size .01s linear;
    transition-delay: 1s; }
    #avatars .tabs .tab:after {
      font-size: 0;
      transition: font-size .01s linear;
      transition-delay: 1s;
      content: ""; }
    #avatars .tabs .tab:hover {
      opacity: 1; }
    #avatars .tabs .tab.current {
      opacity: 1;
      border-bottom-style: solid; }
      #avatars .tabs .tab.current:first-child:before {
        content: '';
        height: 1px;
        width: 0;
        border: 5px solid transparent;
        border-left-color: black;
        position: absolute;
        bottom: -6px;
        left: 0; }
      #avatars .tabs .tab.current:last-child:after {
        content: '';
        height: 1px;
        width: 0;
        border: 5px solid transparent;
        border-right-color: black;
        position: absolute;
        bottom: -6px;
        right: 0; }

#avatars .avatar-tabs {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  border: 1px solid black;
  padding: 5px; }
  #avatars .avatar-tabs:before {
    content: '';
    display: block; }
  #avatars .avatar-tabs .avatar {
    flex: 1 0 auto;
    box-sizing: border-box;
    margin: 0.5em 0 0;
    font-size: 25px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    min-width: 75px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    opacity: .6;
    cursor: pointer;
    position: relative;
    appearance: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px dashed black;
    color: black;
    outline: none;
    font-family: Titling, Arial, Helvetica, sans-serif;
    transition: max-width 1s ease-in-out, font-size .01s linear;
    transition-delay: 1s; }
    #avatars .avatar-tabs .avatar:first-child {
      margin: 0; }
    #avatars .avatar-tabs .avatar:after {
      font-size: 0;
      transition: font-size .01s linear;
      transition-delay: 1s;
      content: ""; }
    #avatars .avatar-tabs .avatar:hover {
      opacity: 1; }
    #avatars .avatar-tabs .avatar.current {
      opacity: 1;
      border-bottom-style: solid; }
      #avatars .avatar-tabs .avatar.current:before {
        content: '';
        height: 1px;
        width: 0;
        border: 5px solid transparent;
        border-left-color: black;
        position: absolute;
        bottom: -6px;
        left: 0; }
      #avatars .avatar-tabs .avatar.current:after {
        content: '';
        height: 1px;
        width: 0;
        border: 5px solid transparent;
        border-right-color: black;
        position: absolute;
        bottom: -6px;
        right: 0; }

#avatars .tokens-div {
  width: 240px;
  text-align: center; }
  #avatars .tokens-div p {
    margin: 0; }

#avatars .tab-content {
  width: 100%;
  margin: auto; }
  #avatars .tab-content .center-div {
    margin: 0 auto;
    display: table; }
    #avatars .tab-content .center-div .equip-button {
      margin: 5px auto 0;
      display: table;
      background-color: dimgrey;
      border: none;
      color: white;
      padding: 12px;
      text-align: center;
      text-decoration: none;
      font-size: 16px; }
      #avatars .tab-content .center-div .equip-button:hover {
        background-color: black; }
      #avatars .tab-content .center-div .equip-button.disabled {
        opacity: 0.5; }
        #avatars .tab-content .center-div .equip-button.disabled:hover {
          background-color: dimgrey; }
    #avatars .tab-content .center-div p {
      margin: 5px auto 0;
      display: table;
      padding: 10px;
      font-size: 16px;
      text-align: center; }
    #avatars .tab-content .center-div .itemName {
      margin: 5px auto 5px; }
    #avatars .tab-content .center-div .itemDesc {
      margin: 5px auto 5px; }
    #avatars .tab-content .center-div .row {
      align-items: flex-start;
      display: flex;
      justify-content: center;
      flex-direction: row; }
      #avatars .tab-content .center-div .row button {
        flex: 1 1 0;
        background-color: dimgrey;
        border: none;
        color: white;
        width: 100px;
        padding-bottom: 12px;
        padding-top: 12px;
        text-align: center;
        text-decoration: none;
        font-size: 16px; }
        #avatars .tab-content .center-div .row button:hover {
          background-color: black; }
        #avatars .tab-content .center-div .row button.disabled {
          opacity: 0.5; }
          #avatars .tab-content .center-div .row button.disabled:hover {
            background-color: dimgrey; }
      #avatars .tab-content .center-div .row img {
        flex: 1 1 0; }
      #avatars .tab-content .center-div .row .left-div {
        flex: 0 0 100px;
        width: 100px;
        max-width: 100px;
        text-align: center;
        margin: 0 5px; }
        #avatars .tab-content .center-div .row .left-div .lastImg {
          margin: 7px 0 0; }
      #avatars .tab-content .center-div .row .left-div2 {
        flex: 0 0 175px;
        width: 175px;
        max-width: 175px; }
      #avatars .tab-content .center-div .row .right-div {
        flex: 0 0 100px;
        width: 100px;
        max-width: 100px;
        text-align: center;
        margin: 0 5px; }
        #avatars .tab-content .center-div .row .right-div .nextImg {
          margin: 7px 0 0; }
      #avatars .tab-content .center-div .row .right-div2 {
        flex: auto;
        max-width: 100px; }
        #avatars .tab-content .center-div .row .right-div2 .counter {
          margin: 32px 5px 0 5px; }
      #avatars .tab-content .center-div .row .token-display {
        flex: 0 0 100px;
        text-align: center;
        max-width: 100px;
        margin: 0 5px; }
      #avatars .tab-content .center-div .row .container-center {
        flex: 0 0 325px;
        width: 325px;
        text-align: center; }
      #avatars .tab-content .center-div .row .container-right {
        flex: 0 0 100px;
        width: 100px;
        text-align: center;
        margin: 0 5px; }
        #avatars .tab-content .center-div .row .container-right .purchase-button {
          width: 100px;
          margin: 0; }
          #avatars .tab-content .center-div .row .container-right .purchase-button.disabled {
            opacity: 0.5; }
          #avatars .tab-content .center-div .row .container-right .purchase-button:hover {
            background-color: dimgrey; }
        #avatars .tab-content .center-div .row .container-right p {
          margin: 0 5px;
          padding: 0; }

#avatars .rename {
  align-items: flex-start;
  display: flex;
  float: left;
  clear: both;
  width: 240px; }
  #avatars .rename .input-box-rename {
    flex: 0 0 175px;
    width: 175px;
    margin-top: 4px; }
  #avatars .rename button {
    flex: 0 0 60px;
    background-color: dimgrey;
    border: none;
    color: white;
    width: 60px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 12px; }
    #avatars .rename button:hover {
      background-color: black; }

#avatars .checkboxes {
  float: left;
  clear: both;
  margin-top: 5px; }
  #avatars .checkboxes .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #avatars .checkboxes .container:hover input ~ .checkmark {
      background-color: #ccc; }
    #avatars .checkboxes .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      #avatars .checkboxes .container input:checked ~ .checkmark {
        background-color: black; }
        #avatars .checkboxes .container input:checked ~ .checkmark:after {
          display: block; }
    #avatars .checkboxes .container .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #avatars .checkboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; }
    #avatars .checkboxes .checkmark:after {
      content: "";
      position: absolute;
      display: none; }

#avatars .purchase-info {
  float: left;
  width: 150px;
  max-width: 150px;
  clear: both;
  margin-top: 80px; }
  #avatars .purchase-info p {
    text-align: center; }

#avatars .help-button {
  float: right;
  width: 100px;
  max-width: 100px;
  clear: both;
  background-color: dimgrey;
  border: none;
  color: white;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px; }
  #avatars .help-button:hover {
    background-color: black; }

#avatars .lastImg {
  width: 100px; }

#avatars .nextImg {
  width: 100px; }

#bot-commands table {
  border-collapse: collapse; }

#bot-commands th, #bot-commands td {
  padding: 6px 7px;
  vertical-align: top;
  border: 1px solid #333; }

#leaderboard {
  font-family: PokemonDP;
  font-size: 22px; }
  #leaderboard .season-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    #leaderboard .season-buttons .season-button {
      flex: 1 0 auto;
      box-sizing: border-box;
      margin: 0;
      font-size: 25px;
      padding: 0;
      line-height: 30px;
      height: 30px;
      width: 150px;
      max-width: 50%;
      overflow: hidden;
      white-space: nowrap;
      opacity: .6;
      cursor: pointer;
      position: relative;
      appearance: none;
      box-shadow: none;
      border: none;
      background-color: transparent;
      border-bottom: 2px dashed black;
      color: black;
      outline: none;
      font-family: Titling, Arial, Helvetica, sans-serif;
      transition: max-width 1s ease-in-out, font-size .01s linear;
      transition-delay: 1s; }
      #leaderboard .season-buttons .season-button:after {
        font-size: 0;
        transition: font-size .01s linear;
        transition-delay: 1s;
        content: ""; }
      #leaderboard .season-buttons .season-button:hover {
        opacity: 1; }
      #leaderboard .season-buttons .season-button.current {
        opacity: 1;
        order: -1;
        border-bottom-style: solid; }
        #leaderboard .season-buttons .season-button.current:before {
          content: '';
          height: 1px;
          width: 0;
          border: 5px solid transparent;
          border-left-color: black;
          position: absolute;
          bottom: -6px;
          left: 0; }
    #leaderboard .season-buttons:not(:hover) .season-button:not(.current):first-of-type {
      font-size: 0; }
      #leaderboard .season-buttons:not(:hover) .season-button:not(.current):first-of-type:after {
        font-size: 25px;
        content: "Other Seasons"; }
    #leaderboard .season-buttons:not(:hover) .season-button + .season-button:not(.current):not(:last-of-type) {
      max-width: 0; }
    #leaderboard .season-buttons:hover .season-button {
      transition-delay: 0s; }
      #leaderboard .season-buttons:hover .season-button:after {
        transition-delay: 0s; }
  #leaderboard ul {
    list-style: none;
    padding: 0;
    width: 50%;
    min-width: 350px; }
  #leaderboard li {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    width: 100%;
    padding: 0 .25em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    #leaderboard li:nth-child(even) {
      background-color: #EEEEEE; }
    #leaderboard li > * {
      flex: 0 0 auto; }
    #leaderboard li .user {
      flex: 0 1 auto;
      text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5); }
      #leaderboard li .user .participation-container {
        display: none;
        width: 64px;
        font-weight: bold; }
        #leaderboard li .user .participation-container .participation-badge > span > span {
          position: relative;
          top: 2px; }
      #leaderboard li .user .participation-container, #leaderboard li .user .pkmn-badge {
        margin-right: .5em; }
      #leaderboard li .user .pkmn-badge {
        display: inline-block;
        width: 22px;
        height: 22px; }
        #leaderboard li .user .pkmn-badge img {
          display: block;
          width: 40px;
          height: 30px;
          margin-top: -4px;
          margin-left: -9px; }
    #leaderboard li > .amount {
      text-align: right;
      margin-left: auto;
      flex: 1 1 content; }
    #leaderboard li[data-rank]:before {
      flex: 0 0 auto;
      content: "#" attr(data-rank);
      display: inline-block;
      margin-right: .5em;
      width: 64px; }


@font-face {
  font-family: "PokemonDP";
  src: url("/static/pkmndp.otf"); }

@font-face {
  font-family: "Titling";
  src: url("/static/big_noodle_titling.ttf"); }

body {
  color: #333;
  font-family: Ubuntu, sans-serif;
  line-height: 1.4;
  font-size: 18px;
  padding: 0;
  margin: 0; }

#menu {
  display: flex;
  max-width: 1060px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 16px;
  padding: 0 16px; }
  #menu img {
    margin-left: -6px;
    margin-right: 24px; }

#userbar {
  margin-left: auto;
  font-size: 18px; }

#content {
  max-width: 1060px;
  margin: 0 auto;
  min-height: 450px;
  padding: 32px 16px;
  padding-bottom: 96px;
  text-align: justify; }

code, pre {
  background-color: rgba(0, 0, 0, 0.06);
  font-size: 80%; }

code {
  padding: 0.15em 0.25em;
  margin: -0.2em 0;
  display: inline-block; }

pre {
  padding: 0.9em;
  line-height: 1.1em;
  max-height: 300px;
  overflow: auto; }
  pre code {
    background: none; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.4em;
  text-decoration: none;
  opacity: 0; }

h1:hover > a, h2:hover > a, h3:hover > a, h4:hover > a, h5:hover > a, h6:hover > a {
  opacity: 1; }

table.data {
  font-size: 14px;
  border-spacing: 0px;
  max-width: 100%;
  overflow-x: scroll; }
  table.data td, table.data th {
    padding: 1px 6px;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
    vertical-align: top; }
  table.data tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.06); }
  table.data tr:hover {
    background: rgba(0, 255, 0, 0.2); }
  table.data.nostyle {
    margin: 0;
    padding: 0;
    background: none;
    border-spacing: 0; }
    table.data.nostyle > tbody > tr {
      background: none; }
      table.data.nostyle > tbody > tr > td {
        padding: 0;
        border: none; }

span.colordot {
  height: 1em;
  width: 1em;
  border-radius: 0.5em;
  vertical-align: middle;
  display: inline-block; }

.badge {
  margin: -6px; }

#noscript {
  position: fixed;
  width: 100%;
  bottom: 0px;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  color: #505050;
  background-color: #ffe68e; }

input.error {
  outline: 2px solid #ff4800; }

.submission-deleted {
  color: gray;
  text-decoration: line-through; }

.music-accept-button {
  background-color: rgba(0, 255, 0, 0.2); }

.music-reject-button {
  background-color: rgba(255, 0, 0, 0.2); }

.music-change-button {
  background-color: rgba(0, 0, 255, 0.2); }

input[name=vote_type] {
  display: none;
  margin: 0;
  padding: 1em; }

label.radiolabel {
  display: inline-block;
  text-align: center;
  line-height: 2em;
  height: 2em;
  width: 4.3em;
  background: linear-gradient(to bottom, #ededed, #dedede);
  border: 1px solid #aaaaaa;
  border-right-width: 0px;
  margin: 0;
  padding: 0; }
  label.radiolabel:first-of-type {
    border-radius: 6px 0px 0px 6px; }
  label.radiolabel:last-of-type {
    border-radius: 0px 6px 6px 0px;
    border-right-width: 1px; }
  label.radiolabel:hover {
    background: linear-gradient(to bottom, #f1f1f1, #e2e2e2); }
  label.radiolabel:active {
    background: linear-gradient(to bottom, #ebebeb, #dcdcdc); }

input[type="radio"]:checked + label.radiolabel {
  background: linear-gradient(to bottom, #f1f1f1, #ffffff); }

input[type="radio"]:checked + label.radiolabel.accept {
  background: linear-gradient(to bottom, #13d610, #16ff2c); }

input[type="radio"]:checked + label.radiolabel.meh {
  background: linear-gradient(to bottom, #848484, #c0c0c0); }

input[type="radio"]:checked + label.radiolabel.change {
  background: linear-gradient(to bottom, #00d4d4, #00ffe0); }

input[type="radio"]:checked + label.radiolabel.reject {
  background: linear-gradient(to bottom, #ff3333, #ff6666); }

.vote-accept {
  background: rgba(19, 214, 16, 0.5); }

.vote-meh {
  background: rgba(132, 132, 132, 0.5); }

.vote-change {
  background: rgba(0, 212, 212, 0.5); }

.vote-reject {
  background: rgba(255, 51, 51, 0.5); }
