@charset "UTF-8";
small {
  opacity: 0.5;
}

.group {
  padding: 2px;
  border-radius: 5px;
  background-color: black;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 30px;
  font-size: 20px;
}
.group img.gicon {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
.group .label {
  vertical-align: top;
  display: inline-block;
  width: 220px;
}
@media only screen and (max-width: 700px) {
  .group .label {
    display: block;
    background-color: #15141c;
    width: 100%;
  }
}
.group .groupstreamers {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: calc(100% - 230px);
  font-size: 0;
}
@media only screen and (max-width: 700px) {
  .group .groupstreamers {
    width: 100%;
  }
}
.group a {
  color: inherit;
  text-decoration: none;
}
.group .tag {
  display: inline-block;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 2px;
}
.group .tag img.userprofile {
  height: 20px;
  width: auto;
  vertical-align: top;
  margin-top: 5px;
}
.group .tag img.twitchtype {
  height: 20px;
  width: auto;
  vertical-align: top;
  margin-top: 5px;
}
.group .tag .name {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.group .tag.partner .name {
  margin-right: 10px;
}
.group .tag.partner .name:after {
  display: inline-block;
  position: absolute;
  margin-left: -2px;
  margin-top: -7px;
  font-size: 10px;
  vertical-align: super;
  content: "👑";
}
.group .tag.live {
  border: 1px solid white;
}
.group .count {
  font-size: 70%;
  color: rgba(255, 255, 255, 0.3);
}

.toggler {
  background-color: #924399;
  color: #FFF;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5px;
  text-decoration: none;
}
.toggler:hover {
  background-color: #af59b6;
}

.chart {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: white;
  width: 400px;
  height: 400px;
  text-align: center;
}
.chart canvas {
  display: inline-block !important;
}

@media only screen and (max-width: 700px) {
  .largescreen {
    display: none;
  }
}
@media only screen and (min-width: 701px) {
  .smallscreen {
    display: none;
  }
}
table.statable {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
}
table.statable.smallscreen {
  font-size: 80%;
}
table.statable th.groupstat {
  text-align: center;
  background-color: #2c283b;
  text-transform: uppercase;
}
table.statable th.groupstat.mean {
  border-top-left-radius: 20px;
}
table.statable th.groupstat.max {
  border-top-right-radius: 20px;
}
table.statable th.mean {
  background-color: #000033;
}
table.statable th.max {
  background-color: #222211;
}
table.statable th, table.statable td {
  text-align: left;
  padding: 3px;
  padding-right: 10px;
  padding-left: 10px;
}
table.statable th {
  background-color: transparent;
  font-weight: bolder;
}
table.statable th.ord {
  background-color: #252232;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: bolder;
  text-align: left;
  width: 120px;
}
table.statable td {
  background-color: #353147;
}
table.statable td.max {
  background-color: #36362e;
}
table.statable tr:first-child th:first-child {
  font-size: 20px;
}
table.statable tr:nth-child(even) td.mean {
  background-color: #2a2638;
}
table.statable tr:nth-child(even) td.max {
  background-color: #2c2c1f;
}
table.statable tr:nth-child(even) th.ord {
  background-color: #1f1c29;
}
table.statable tr.current th {
  color: orange;
}
table.statable tr.current td {
  border-top: 1px dashed orange;
  border-bottom: 1px dashed orange;
}
table.statable td.num {
  text-align: right;
  font-family: "Courier New", Courier, monospace;
}
table.statable th.right, table.statable td.right {
  text-align: right;
}

table.visits {
  width: 100%;
  max-width: 480px;
  border: 2px solid white;
  border-collapse: collapse;
}
table.visits th, table.visits td {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
table.visits th {
  background-color: #924399;
}

.stat.p {
  color: rgb(228, 101, 101);
}
.stat.v {
  color: rgb(116, 184, 116);
}
.stat.s {
  color: rgb(162, 129, 204);
}/*# sourceMappingURL=stat.css.map */