*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background: #3e3e3e;
}

body {
  display: flex;
  flex-direction: column;
}

a {
  color: #3bd;
}

hr {
  border: 0;
  height: 1px;
  background: #282828;
  margin: 0.5em auto;
  width: 2rem;
}

.page {
  display: flex;
  flex: 1 1 auto;
}

.content {
  margin: 10vmin auto;
  padding: 0 5vw;
  text-align: center;
}

body,
button,
input,
select,
textarea {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.preamble {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.button {
  display: block;
  color: inherit;
  text-decoration: none;
  margin: 0 auto;
  border: 1px solid #1f1f1f;
  padding: 0.5rem 1rem;
  background: #383838;
  box-shadow: none;
}

.button + .button {
  margin-top: 0.5rem;
}

.form {
  margin: 0 0 0.5rem;
  display: flex;
  flex-direction: column;
}

.editor {
  width: 100%;
  margin-bottom: 0.5rem;
}

.form-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0.5rem;
}
.form-field > label {
  padding-right: 8px;
}

.form input:not([type='checkbox']),
.form textarea {
  width: 100%;
  margin: 0;
  padding: 0.25rem;
  border: 1px solid #181818;
  background: #2f2f2f;
  box-shadow: none;
}
.form textarea {
  resize: vertical;
}

.form input[type='checkbox'] {
  margin: 0 0.25em 0 0;
}
.checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.25em 0 0.5em;
}

.form button {
  margin: 0;
  border: 1px solid #1f1f1f;
  padding: 0.5rem;
  background: #383838;
  box-shadow: none;
  cursor: pointer;
}

.message-error {
  color: red;
  margin-top: 0.5rem;
}

.message-success {
  color: #50c020;
  margin-top: 0.5rem;
}

.toast {
  display: block;
  position: fixed;
  z-index: 10012;
  bottom: 0;
  left: 0;
  margin: 24px;

  max-width: 600px;
  width: 50%;

  overflow: auto;

  padding: 8px;
  background: #2f2f2f;
  border: 1px solid #232323;
  border-radius: 2px;
  box-shadow: 0 17px 17px rgba(0, 0, 0, 0.15), 0 27px 55px rgba(0, 0, 0, 0.3);

  font-size: 14px;
  line-height: 20px;
}

.toast-contents {
  color: #b3b3b3;
  padding: 16px;
}

.toast-buttons {
  text-align: right;
}

.toast-button {
  display: inline-block;
  color: #2295dc;
  padding: 8px;
  outline: none;
  background: transparent;
  border-radius: 2px;
  min-width: 36px;

  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: background-color 0.2s, box-shadow 0.2s;
  vertical-align: middle;
  white-space: nowrap;
}

.toast-button:focus,
.toast-button:hover {
  background-color: #313a48;
}
.toast-button + .toast-button {
  margin-left: 8px;
}

/*
<div class="toast">
  <div class="toast-contents">We serve cookies on this site to remember your preferences, and optimise your experience.</div>
  <div class="toast-buttons">
    <a class="toast-button" href="#">OK</a>
  </div>
</div>
*/

.ql-container {
  font-size: 15px;
}
.ql-snow .ql-stroke {
  stroke: #fff;
}
.ql-snow .ql-stroke {
  stroke: #fff;
}
.ql-toolbar.ql-snow {
  background-color: #282828;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border-color: #181818;
}
.ql-editor {
  background: #2f2f2f;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.emoji-picker-open .ql-emojimart {
  color: #3bd;
  & .ql-stroke {
    stroke: #3bd;
  }
  & .ql-fill {
    fill: #3bd;
  }
}

#emoji-picker {
  text-align: right;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.emoji-picker-open #emoji-picker {
  display: block;
}
.emoji-close {
  all: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  place-items: center;
  background: #151617;
  height: 42px;
  width: 42px;
  color: rgba(222, 222, 221, 0.65);
  cursor: pointer;
}
.emoji-close:hover,
.emoji-close:focus {
  color: rgb(222, 222, 221);
}
.emoji-close svg {
  width: 32px;
  height: 32px;
}

em-emoji-picker {
  --border-radius: 0px !important;
}

span[data-emote] {
  display: inline-block;
}
span[data-emote] span {
  display: inline-block;
  width: 1.375em;
  height: 1.375em;
  overflow: hidden;
  color: transparent;
  vertical-align: bottom;
  background: var(--img) no-repeat center center / contain;
}

span[data-emote='kitany1Asset'] {
  --img: url('/emotes/kitany1Asset.png');
}
span[data-emote='kitany1Bam'] {
  --img: url('/emotes/kitany1Bam.gif');
}
span[data-emote='kitany1Bigbrain'] {
  --img: url('/emotes/kitany1Bigbrain.png');
}
span[data-emote='kitany1Blush'] {
  --img: url('/emotes/kitany1Blush.png');
}
span[data-emote='kitany1Burn'] {
  --img: url('/emotes/kitany1Burn.png');
}
span[data-emote='kitany1Business'] {
  --img: url('/emotes/kitany1Business.png');
}
span[data-emote='kitany1Chad'] {
  --img: url('/emotes/kitany1Chad.png');
}
span[data-emote='kitany1Clown'] {
  --img: url('/emotes/kitany1Clown.png');
}
span[data-emote='kitany1Comfy'] {
  --img: url('/emotes/kitany1Comfy.png');
}
span[data-emote='kitany1Cope'] {
  --img: url('/emotes/kitany1Cope.png');
}
span[data-emote='kitany1Cry'] {
  --img: url('/emotes/kitany1Cry.png');
}
span[data-emote='kitany1Dance'] {
  --img: url('/emotes/kitany1Dance.gif');
}
span[data-emote='kitany1Ded'] {
  --img: url('/emotes/kitany1Ded.png');
}
span[data-emote='kitany1Derp'] {
  --img: url('/emotes/kitany1Derp.png');
}
span[data-emote='kitany1ERM'] {
  --img: url('/emotes/kitany1ERM.png');
}
span[data-emote='kitany1Excuseme'] {
  --img: url('/emotes/kitany1Excuseme.png');
}
span[data-emote='kitany1Fear'] {
  --img: url('/emotes/kitany1Fear.png');
}
span[data-emote='kitany1Fishing'] {
  --img: url('/emotes/kitany1Fishing.png');
}
span[data-emote='kitany1Flower'] {
  --img: url('/emotes/kitany1Flower.png');
}
span[data-emote='kitany1Force'] {
  --img: url('/emotes/kitany1Force.gif');
}
span[data-emote='kitany1Gasp'] {
  --img: url('/emotes/kitany1Gasp.png');
}
span[data-emote='kitany1Grab'] {
  --img: url('/emotes/kitany1Grab.png');
}
span[data-emote='kitany1Gun'] {
  --img: url('/emotes/kitany1Gun.png');
}
span[data-emote='kitany1Happi'] {
  --img: url('/emotes/kitany1Happi.png');
}
span[data-emote='kitany1Headpat'] {
  --img: url('/emotes/kitany1Headpat.gif');
}
span[data-emote='kitany1Heart'] {
  --img: url('/emotes/kitany1Heart.png');
}
span[data-emote='kitany1Hi'] {
  --img: url('/emotes/kitany1Hi.png');
}
span[data-emote='kitany1Hype'] {
  --img: url('/emotes/kitany1Hype.gif');
}
span[data-emote='kitany1Hyper'] {
  --img: url('/emotes/kitany1Hyper.gif');
}
span[data-emote='kitany1ItsOver'] {
  --img: url('/emotes/kitany1ItsOver.gif');
}
span[data-emote='kitany1Kekw'] {
  --img: url('/emotes/kitany1Kekw.png');
}
span[data-emote='kitany1Kuru'] {
  --img: url('/emotes/kitany1Kuru.gif');
}
span[data-emote='kitany1Lick'] {
  --img: url('/emotes/kitany1Lick.gif');
}
span[data-emote='kitany1MaxHug'] {
  --img: url('/emotes/kitany1MaxHug.png');
}
span[data-emote='kitany1MeWhenDrama'] {
  --img: url('/emotes/kitany1MeWhenDrama.png');
}
span[data-emote='kitany1Moshimoshi'] {
  --img: url('/emotes/kitany1Moshimoshi.png');
}
span[data-emote='kitany1Nodders'] {
  --img: url('/emotes/kitany1Nodders.gif');
}
span[data-emote='kitany1Noms'] {
  --img: url('/emotes/kitany1Noms.png');
}
span[data-emote='kitany1Noted'] {
  --img: url('/emotes/kitany1Noted.gif');
}
span[data-emote='kitany1Ogey'] {
  --img: url('/emotes/kitany1Ogey.png');
}
span[data-emote='kitany1Ok'] {
  --img: url('/emotes/kitany1Ok.png');
}
span[data-emote='kitany1Omegalul'] {
  --img: url('/emotes/kitany1Omegalul.png');
}
span[data-emote='kitany1Peek'] {
  --img: url('/emotes/kitany1Peek.png');
}
span[data-emote='kitany1Pog'] {
  --img: url('/emotes/kitany1Pog.png');
}
span[data-emote='kitany1Point'] {
  --img: url('/emotes/kitany1Point.png');
}
span[data-emote='kitany1Rave'] {
  --img: url('/emotes/kitany1Rave.gif');
}
span[data-emote='kitany1Scatter'] {
  --img: url('/emotes/kitany1Scatter.gif');
}
span[data-emote='kitany1Screm'] {
  --img: url('/emotes/kitany1Screm.png');
}
span[data-emote='kitany1Shap'] {
  --img: url('/emotes/kitany1Shap.png');
}
span[data-emote='kitany1Sicko'] {
  --img: url('/emotes/kitany1Sicko.png');
}
span[data-emote='kitany1Sip'] {
  --img: url('/emotes/kitany1Sip.png');
}
span[data-emote='kitany1Sus'] {
  --img: url('/emotes/kitany1Sus.png');
}
span[data-emote='kitany1Teehee'] {
  --img: url('/emotes/kitany1Teehee.png');
}
span[data-emote='kitany1Ugh'] {
  --img: url('/emotes/kitany1Ugh.gif');
}
span[data-emote='kitany1Unimpressed'] {
  --img: url('/emotes/kitany1Unimpressed.png');
}
span[data-emote='kitany1UUU'] {
  --img: url('/emotes/kitany1UUU.gif');
}
span[data-emote='kitany1Wack'] {
  --img: url('/emotes/kitany1Wack.gif');
}
span[data-emote='kitany1Watching'] {
  --img: url('/emotes/kitany1Watching.gif');
}
span[data-emote='kitany1Weeze'] {
  --img: url('/emotes/kitany1Weeze.png');
}
span[data-emote='kitany1Weirdage'] {
  --img: url('/emotes/kitany1Weirdage.gif');
}
span[data-emote='kitany1Wiggly'] {
  --img: url('/emotes/kitany1Wiggly.gif');
}
span[data-emote='kitany1Woo'] {
  --img: url('/emotes/kitany1Woo.png');
}
span[data-emote='kitany1Yass'] {
  --img: url('/emotes/kitany1Yass.png');
}
span[data-emote='kitany1Yippie'] {
  --img: url('/emotes/kitany1Yippie.gif');
}
span[data-emote='kitany1Zoom'] {
  --img: url('/emotes/kitany1Zoom.gif');
}
span[data-emote='kitany1404'] {
  --img: url('/emotes/kitany1404.png');
}

span[data-emote='AAAAAAAAAAA'] {
  --img: url('/emotes/AAAAAAAAAAA.png');
}
span[data-emote='bam'] {
  --img: url('/emotes/bam.gif');
}
span[data-emote='BarbieLove'] {
  --img: url('/emotes/BarbieLove.gif');
}
span[data-emote='bbmax'] {
  --img: url('/emotes/bbmax.png');
}
span[data-emote='bean_coin'] {
  --img: url('/emotes/bean_coin.png');
}
span[data-emote='businessMax'] {
  --img: url('/emotes/businessMax.png');
}
span[data-emote='chibinyaAngory'] {
  --img: url('/emotes/chibinyaAngory.png');
}
span[data-emote='chibinyaConcern'] {
  --img: url('/emotes/chibinyaConcern.png');
}
span[data-emote='chibinyaCool'] {
  --img: url('/emotes/chibinyaCool.png');
}
span[data-emote='chibinyaCringe'] {
  --img: url('/emotes/chibinyaCringe.png');
}
span[data-emote='chibinyaCrying'] {
  --img: url('/emotes/chibinyaCrying.png');
}
span[data-emote='chibinyaFear'] {
  --img: url('/emotes/chibinyaFear.png');
}
span[data-emote='chibinyaHehe'] {
  --img: url('/emotes/chibinyaHehe.png');
}
span[data-emote='chibinyaPeek'] {
  --img: url('/emotes/chibinyaPeek.png');
}
span[data-emote='chibinyapet'] {
  --img: url('/emotes/chibinyapet.gif');
}
span[data-emote='chibinyaPog'] {
  --img: url('/emotes/chibinyaPog.png');
}
span[data-emote='chibinyaPout'] {
  --img: url('/emotes/chibinyaPout.png');
}
span[data-emote='chibinyaScurred'] {
  --img: url('/emotes/chibinyaScurred.png');
}
span[data-emote='chibinyaSmug'] {
  --img: url('/emotes/chibinyaSmug.png');
}
span[data-emote='chibinyaWink'] {
  --img: url('/emotes/chibinyaWink.png');
}
span[data-emote='chibinyayaya'] {
  --img: url('/emotes/chibinyayaya.png');
}
span[data-emote='choccymilk'] {
  --img: url('/emotes/choccymilk.png');
}
span[data-emote='comfyMax'] {
  --img: url('/emotes/comfyMax.png');
}
span[data-emote='comfymelt1'] {
  --img: url('/emotes/comfymelt1.png');
}
span[data-emote='comfymelt2'] {
  --img: url('/emotes/comfymelt2.png');
}
span[data-emote='cookedfish'] {
  --img: url('/emotes/cookedfish.png');
}
span[data-emote='DEFF'] {
  --img: url('/emotes/DEFF.gif');
}
span[data-emote='Eskom'] {
  --img: url('/emotes/Eskom.png');
}
span[data-emote='EtoBlub'] {
  --img: url('/emotes/EtoBlub.gif');
}
span[data-emote='everythingsFine'] {
  --img: url('/emotes/everythingsFine.png');
}
span[data-emote='FeemshRTX'] {
  --img: url('/emotes/FeemshRTX.png');
}
span[data-emote='force'] {
  --img: url('/emotes/force.gif');
}
span[data-emote='glorpanya'] {
  --img: url('/emotes/glorpanya.png');
}
span[data-emote='harryAHH'] {
  --img: url('/emotes/harryAHH.png');
}
span[data-emote='HeadPat'] {
  --img: url('/emotes/HeadPat.gif');
}
span[data-emote='hype'] {
  --img: url('/emotes/hype.gif');
}
span[data-emote='hyper'] {
  --img: url('/emotes/hyper.gif');
}
span[data-emote='ItsOVER'] {
  --img: url('/emotes/ItsOVER.gif');
}
span[data-emote='kitany1Gremlin'] {
  --img: url('/emotes/kitany1Gremlin.png');
}
span[data-emote='kitany1oooOOO'] {
  --img: url('/emotes/kitany1oooOOO.png');
}
span[data-emote='kitany1overload'] {
  --img: url('/emotes/kitany1overload.png');
}
span[data-emote='Kitanya_bean300'] {
  --img: url('/emotes/Kitanya_bean300.gif');
}
span[data-emote='lick'] {
  --img: url('/emotes/lick.gif');
}
span[data-emote='liesalllies'] {
  --img: url('/emotes/liesalllies.png');
}
span[data-emote='lightFeesh'] {
  --img: url('/emotes/lightFeesh.gif');
}
span[data-emote='loadsomoney'] {
  --img: url('/emotes/loadsomoney.png');
}
span[data-emote='max1Heart'] {
  --img: url('/emotes/max1Heart.png');
}
span[data-emote='max1smug'] {
  --img: url('/emotes/max1smug.png');
}
span[data-emote='maxArrive'] {
  --img: url('/emotes/maxArrive.gif');
}
span[data-emote='maxAWOOGA'] {
  --img: url('/emotes/maxAWOOGA.png');
}
span[data-emote='maxBald'] {
  --img: url('/emotes/maxBald.png');
}
span[data-emote='maxChopperCry'] {
  --img: url('/emotes/maxChopperCry.png');
}
span[data-emote='maxClown'] {
  --img: url('/emotes/maxClown.png');
}
span[data-emote='maxDerp'] {
  --img: url('/emotes/maxDerp.png');
}
span[data-emote='maxDisappointedLeave'] {
  --img: url('/emotes/maxDisappointedLeave.gif');
}
span[data-emote='maxEHH'] {
  --img: url('/emotes/maxEHH.png');
}
span[data-emote='MaxFlushed'] {
  --img: url('/emotes/MaxFlushed.png');
}
span[data-emote='maxglorp'] {
  --img: url('/emotes/maxglorp.png');
}
span[data-emote='maxHyper'] {
  --img: url('/emotes/maxHyper.png');
}
span[data-emote='maxKEKW'] {
  --img: url('/emotes/maxKEKW.png');
}
span[data-emote='maxKneel'] {
  --img: url('/emotes/maxKneel.png');
}
span[data-emote='maxLeave'] {
  --img: url('/emotes/maxLeave.gif');
}
span[data-emote='MaxMelt'] {
  --img: url('/emotes/MaxMelt.png');
}
span[data-emote='maxpat'] {
  --img: url('/emotes/maxpat.gif');
}
span[data-emote='maxSalute'] {
  --img: url('/emotes/maxSalute.png');
}
span[data-emote='maxScatter'] {
  --img: url('/emotes/maxScatter.gif');
}
span[data-emote='maxSmile'] {
  --img: url('/emotes/maxSmile.png');
}
span[data-emote='maxSnapped'] {
  --img: url('/emotes/maxSnapped.gif');
}
span[data-emote='MaxStep'] {
  --img: url('/emotes/MaxStep.png');
}
span[data-emote='MaxStepSquish'] {
  --img: url('/emotes/MaxStepSquish.png');
}
span[data-emote='maxstepstep'] {
  --img: url('/emotes/maxstepstep.gif');
}
span[data-emote='maxSus'] {
  --img: url('/emotes/maxSus.png');
}
span[data-emote='maxThink'] {
  --img: url('/emotes/maxThink.png');
}
span[data-emote='Myakissu'] {
  --img: url('/emotes/Myakissu.png');
}
span[data-emote='Nod'] {
  --img: url('/emotes/Nod.gif');
}
span[data-emote='Nodders'] {
  --img: url('/emotes/Nodders.gif');
}
span[data-emote='ok'] {
  --img: url('/emotes/ok.png');
}
span[data-emote='pepehands'] {
  --img: url('/emotes/pepehands.png');
}
span[data-emote='pepeSApride'] {
  --img: url('/emotes/pepeSApride.png');
}
span[data-emote='pet'] {
  --img: url('/emotes/pet.gif');
}
span[data-emote='Pinged'] {
  --img: url('/emotes/Pinged.png');
}
span[data-emote='Pingeda'] {
  --img: url('/emotes/Pingeda.gif');
}
span[data-emote='pixelnyaDisappointed'] {
  --img: url('/emotes/pixelnyaDisappointed.png');
}
span[data-emote='pixelnyaHappy'] {
  --img: url('/emotes/pixelnyaHappy.png');
}
span[data-emote='pixelnyaNn'] {
  --img: url('/emotes/pixelnyaNn.png');
}
span[data-emote='pixelnyaSad'] {
  --img: url('/emotes/pixelnyaSad.png');
}
span[data-emote='pixelnyaShock'] {
  --img: url('/emotes/pixelnyaShock.png');
}
span[data-emote='pixelnyaShy'] {
  --img: url('/emotes/pixelnyaShy.png');
}
span[data-emote='pixelnyaSickofThis'] {
  --img: url('/emotes/pixelnyaSickofThis.png');
}
span[data-emote='pixelnyaSmug'] {
  --img: url('/emotes/pixelnyaSmug.png');
}
span[data-emote='pixelnyaWaa'] {
  --img: url('/emotes/pixelnyaWaa.png');
}
span[data-emote='pixelnyaWink'] {
  --img: url('/emotes/pixelnyaWink.png');
}
span[data-emote='polynyaDisgusted'] {
  --img: url('/emotes/polynyaDisgusted.png');
}
span[data-emote='polynyaNn'] {
  --img: url('/emotes/polynyaNn.png');
}
span[data-emote='polynyaOwO'] {
  --img: url('/emotes/polynyaOwO.png');
}
span[data-emote='polynyaPog'] {
  --img: url('/emotes/polynyaPog.png');
}
span[data-emote='polynyaPout'] {
  --img: url('/emotes/polynyaPout.png');
}
span[data-emote='polynyaSpinning'] {
  --img: url('/emotes/polynyaSpinning.png');
}
span[data-emote='polynyaSweat'] {
  --img: url('/emotes/polynyaSweat.png');
}
span[data-emote='Rage'] {
  --img: url('/emotes/Rage.png');
}
span[data-emote='Ragea'] {
  --img: url('/emotes/Ragea.gif');
}
span[data-emote='RagePing'] {
  --img: url('/emotes/RagePing.png');
}
span[data-emote='RagePinga'] {
  --img: url('/emotes/RagePinga.gif');
}
span[data-emote='scuffnyaAngry'] {
  --img: url('/emotes/scuffnyaAngry.png');
}
span[data-emote='scuffnyaBlush'] {
  --img: url('/emotes/scuffnyaBlush.png');
}
span[data-emote='scuffnyaCry'] {
  --img: url('/emotes/scuffnyaCry.png');
}
span[data-emote='scuffnyaDisgusted'] {
  --img: url('/emotes/scuffnyaDisgusted.png');
}
span[data-emote='scuffnyaEhe'] {
  --img: url('/emotes/scuffnyaEhe.png');
}
span[data-emote='scuffnyaHeh'] {
  --img: url('/emotes/scuffnyaHeh.png');
}
span[data-emote='scuffnyaPog'] {
  --img: url('/emotes/scuffnyaPog.png');
}
span[data-emote='scuffnyaSmug'] {
  --img: url('/emotes/scuffnyaSmug.png');
}
span[data-emote='Shambies'] {
  --img: url('/emotes/Shambies.gif');
}
span[data-emote='shhbbgirl'] {
  --img: url('/emotes/shhbbgirl.png');
}
span[data-emote='SpeedWeirdage'] {
  --img: url('/emotes/SpeedWeirdage.gif');
}
span[data-emote='TanyaAckshually'] {
  --img: url('/emotes/TanyaAckshually.png');
}
span[data-emote='tanyaAsset'] {
  --img: url('/emotes/tanyaAsset.gif');
}
span[data-emote='tanyaBall'] {
  --img: url('/emotes/tanyaBall.png');
}
span[data-emote='TanyaBlush'] {
  --img: url('/emotes/TanyaBlush.png');
}
span[data-emote='TanyaChu'] {
  --img: url('/emotes/TanyaChu.png');
}
span[data-emote='TanyaCry'] {
  --img: url('/emotes/TanyaCry.png');
}
span[data-emote='TanyaDisgusted'] {
  --img: url('/emotes/TanyaDisgusted.png');
}
span[data-emote='TanyaDizzy'] {
  --img: url('/emotes/TanyaDizzy.png');
}
span[data-emote='TanyaDrool'] {
  --img: url('/emotes/TanyaDrool.png');
}
span[data-emote='TanyaEepy'] {
  --img: url('/emotes/TanyaEepy.png');
}
span[data-emote='TanyaGasp'] {
  --img: url('/emotes/TanyaGasp.png');
}
span[data-emote='TanyaGlasses'] {
  --img: url('/emotes/TanyaGlasses.png');
}
span[data-emote='TanyaGoogly'] {
  --img: url('/emotes/TanyaGoogly.png');
}
span[data-emote='TanyaGoth'] {
  --img: url('/emotes/TanyaGoth.png');
}
span[data-emote='TanyaHmph'] {
  --img: url('/emotes/TanyaHmph.png');
}
span[data-emote='TanyaJudging'] {
  --img: url('/emotes/TanyaJudging.png');
}
span[data-emote='tanyakurukuru'] {
  --img: url('/emotes/tanyakurukuru.gif');
}
span[data-emote='TanyaMelt'] {
  --img: url('/emotes/TanyaMelt.png');
}
span[data-emote='tanyaMILKpat'] {
  --img: url('/emotes/tanyaMILKpat.gif');
}
span[data-emote='tanyaNoted'] {
  --img: url('/emotes/tanyaNoted.gif');
}
span[data-emote='tanyaOhayou'] {
  --img: url('/emotes/tanyaOhayou.png');
}
span[data-emote='tanyaOyasumi'] {
  --img: url('/emotes/tanyaOyasumi.png');
}
span[data-emote='TanyaPeek'] {
  --img: url('/emotes/TanyaPeek.png');
}
span[data-emote='tanyaPixeldance'] {
  --img: url('/emotes/tanyaPixeldance.gif');
}
span[data-emote='TanyaPog'] {
  --img: url('/emotes/TanyaPog.png');
}
span[data-emote='TanyaPout'] {
  --img: url('/emotes/TanyaPout.png');
}
span[data-emote='TanyaRoll'] {
  --img: url('/emotes/TanyaRoll.gif');
}
span[data-emote='TanyaScared'] {
  --img: url('/emotes/TanyaScared.png');
}
span[data-emote='TanyaSmile'] {
  --img: url('/emotes/TanyaSmile.png');
}
span[data-emote='TanyaSmug'] {
  --img: url('/emotes/TanyaSmug.png');
}
span[data-emote='TanyaThink'] {
  --img: url('/emotes/TanyaThink.png');
}
span[data-emote='TanyaTiredofthis'] {
  --img: url('/emotes/TanyaTiredofthis.png');
}
span[data-emote='tanyawatching'] {
  --img: url('/emotes/tanyawatching.gif');
}
span[data-emote='tanyawiggly'] {
  --img: url('/emotes/tanyawiggly.gif');
}
span[data-emote='tanyawigglyfish'] {
  --img: url('/emotes/tanyawigglyfish.gif');
}
span[data-emote='tanyawigglyhero'] {
  --img: url('/emotes/tanyawigglyhero.gif');
}
span[data-emote='tanyawigglyjacket'] {
  --img: url('/emotes/tanyawigglyjacket.gif');
}
span[data-emote='TanYum'] {
  --img: url('/emotes/TanYum.png');
}
span[data-emote='toddgun'] {
  --img: url('/emotes/toddgun.png');
}
span[data-emote='triangle'] {
  --img: url('/emotes/triangle.png');
}
span[data-emote='ugh'] {
  --img: url('/emotes/ugh.gif');
}
span[data-emote='UUU'] {
  --img: url('/emotes/UUU.gif');
}
span[data-emote='wack'] {
  --img: url('/emotes/wack.gif');
}
span[data-emote='Weirdage'] {
  --img: url('/emotes/Weirdage.gif');
}
span[data-emote='wooleft'] {
  --img: url('/emotes/wooleft.png');
}
span[data-emote='wooright'] {
  --img: url('/emotes/wooright.png');
}
span[data-emote='yippie'] {
  --img: url('/emotes/yippie.gif');
}
span[data-emote='zoom'] {
  --img: url('/emotes/zoom.gif');
}
span[data-emote='ZOOM'] {
  --img: url('/emotes/ZOOM.png');
}

.attachment {
  text-align: left;
}
