h1 {
  text-align: center;
}

#streamersparent {
  margin: 0 auto;
  text-align: center;
}

#streamers {
  font-size: 0;
  text-align: left;
}

table.habits {
  margin-bottom: 10px;
  width: 100%;
  background-color: #433d59;
  color: white;
  border-collapse: collapse;
}
table.habits th {
  text-align: left;
  width: 100px;
  font-weight: normal;
}
table.habits td {
  background-color: #333;
  color: #CCC;
  padding: 2px;
  margin-left: 3px;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  table.habits td {
    font-size: 60%;
  }
  table.habits td .large {
    display: none;
  }
  table.habits th {
    font-size: 80%;
  }
}
.streamer {
  font-size: 14px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: black;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 30px;
  font-size: 20px;
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 3px;
  padding: 0;
}
.streamer.hide {
  display: none;
}
.streamer img.userprofile {
  filter: grayscale(0.8);
  transition-property: filter;
  transition-duration: 0.5s;
}
.streamer.live img.userprofile {
  filter: grayscale(0);
  transition-property: filter;
  transition-duration: 0.5s;
}
.streamer:hover img.userprofile {
  filter: grayscale(0);
  transition-property: filter;
  transition-duration: 0.5s;
}
.streamer .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bolder;
  text-align: center;
}
.streamer .name img.twitch {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
.streamer img.twitch-affiliate, .streamer img.twitch-partner {
  display: none;
  width: auto;
  height: 10px;
  vertical-align: top;
  margin-top: 5px;
}
.streamer.twitch-affiliate img.twitch-affiliate {
  display: inline-block;
}
.streamer.twitch-partner img.twitch-partner {
  display: inline-block;
}
.streamer .plate {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  margin: 0;
  padding-left: 3px;
  padding-right: 3px;
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.5s;
}
.streamer .plate small {
  font-size: 60%;
}
.streamer:hover .plate, .streamer:hover .name {
  background-color: rgb(0, 0, 0);
  transition-property: background-color;
  transition-duration: 0.2s;
}
.streamer img.userprofile {
  width: 100%;
  height: 100%;
}
.streamer .sub {
  position: absolute;
  text-align: center;
  top: 1px;
  left: 3px;
  width: 14px;
  height: 14px;
}
.streamer .inactivetxt {
  position: absolute;
  text-align: center;
  left: -50%;
  top: calc(50% - 30px);
  color: red;
  width: 200%;
  line-height: 60px;
  font-size: 26px;
  opacity: 0.9;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.8);
  transform: rotate(-20deg);
  transform-origin: center center;
  transition-property: transform, top, bottom, opacity;
  transition-duration: 0.5s;
}
.streamer:hover .inactivetxt {
  opacity: 1;
  top: calc(100% - 60px - 26px);
  transform: rotate(0deg);
  transition-property: transform, top, bottom, opacity;
  transition-duration: 0.5s;
}
.streamer .livetxt {
  position: absolute;
  text-align: center;
  left: -50%;
  top: calc(50% - 30px);
  color: #FFF;
  width: 200%;
  line-height: 60px;
  font-size: 26px;
  font-weight: bolder;
  background-color: #2f7c1f;
  transform: rotate(15deg);
  transform-origin: center center;
  opacity: 0.6;
  transition-property: transform, top, bottom, opacity;
  transition-duration: 0.5s;
}
.streamer .livetxt img {
  vertical-align: middle;
  height: 30px;
  width: auto;
}
.streamer:hover .livetxt {
  opacity: 1;
  top: calc(100% - 60px - 26px);
  transform: rotate(0deg);
  transition-property: transform, top, bottom, opacity;
  transition-duration: 0.5s;
}
.streamer .tag.inactive {
  opacity: 0.5;
}
.streamer .tag.inactive img.userprofile {
  filter: grayscale(100%);
}
.streamer .tag.inactive img.userprofile:hover {
  filter: grayscale(0%);
}

.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;
}

.nfopart .profilepic {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 5px;
}
.nfopart .profiledata {
  float: left;
  width: calc(100% - 250px);
}
@media (max-width: 700px) {
  .nfopart .profiledata {
    width: auto;
  }
}
.nfopart p {
  margin: 5px;
}
.nfopart p:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nfopart label {
  display: block;
  color: #d1a0d5;
  display: block;
  font-weight: bolder;
}
.nfopart .nfo {
  display: block;
  color: white;
  display: block;
  margin-left: 5px;
}

.extlinks {
  font-size: 0;
}

.extlink {
  font-size: 16px;
  background-color: #924399;
  color: #FFF;
  line-height: 250%;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.extlink:hover {
  background-color: #af59b6;
}

#vods .vod, #vods .clip, #clips .vod, #clips .clip {
  position: relative;
  display: inline-block;
  margin: 1px;
  width: 320px;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
  filter: grayscale(0.5);
  transition-property: filter;
  transition-duration: 0.2s;
}
#vods .vod img.thumb, #vods .clip img.thumb, #clips .vod img.thumb, #clips .clip img.thumb {
  width: 320px;
  height: 180px;
}
#vods .vod:hover, #vods .clip:hover, #clips .vod:hover, #clips .clip:hover {
  cursor: pointer;
  filter: grayscale(0);
  transition-property: filter;
  transition-duration: 0.2s;
}
#vods .vod:hover .title, #vods .clip:hover .title, #clips .vod:hover .title, #clips .clip:hover .title {
  background-color: #924399;
  transition-property: background-color;
  transition-duration: 0.2s;
}
#vods .vod:hover .nfo, #vods .clip:hover .nfo, #clips .vod:hover .nfo, #clips .clip:hover .nfo {
  background-color: black;
  transition-property: background-color;
  transition-duration: 0.2s;
}
#vods .vod .title, #vods .clip .title, #clips .vod .title, #clips .clip .title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: rgba(146, 67, 153, 0.7);
}
#vods .vod .nfo, #vods .clip .nfo, #clips .vod .nfo, #clips .clip .nfo {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition-property: background-color;
  transition-duration: 0.2s;
  font-size: 14px;
}
#vods .vod .nfo .date, #vods .clip .nfo .date, #clips .vod .nfo .date, #clips .clip .nfo .date {
  display: inline-block;
  text-align: left;
  margin-left: 3px;
}
#vods .vod .nfo .viewers, #vods .clip .nfo .viewers, #clips .vod .nfo .viewers, #clips .clip .nfo .viewers {
  display: inline-block;
  float: right;
  margin-right: 3px;
  text-align: right;
}/*# sourceMappingURL=streamer.css.map */