.glitchButton textarea {
  /* "Embed This App" copiable code */
  font-family: "Menlo", "roboto-mono", "Andale Mono", monospace !important;
  font-style: normal !important;
  font-size: 13px !important;
}
button.glitchButtonElement {
  filter: drop-shadow(0px 0px 3.5px #777777);
  transition: filter 150ms;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


.glitchButton {
  position: absolute;
  right: 1vw;
  z-index: 99999;
}
.glitchButton * {
  box-sizing: border-box;
}
.glitchButton .glitchButtonElement {
  border: 0;
  background: transparent
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='8'><path d='m1 2 4 4 4-4' stroke='%23222' stroke-width='2' fill='none'/></svg>")
    no-repeat right center;
  text-align: left;
  padding: 0 1.2em 0 0;
  display: inline-block;
  box-shadow: none;
  filter: drop-shadow(0px 0px 3.5px #777777);
  transition: filter 150ms;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.glitchButton .glitchButtonElement:hover {
  cursor: pointer;
}
.glitchButton .glitchButtonElement:active {
  transform: scale(0.98);
  filter: drop-shadow(0px 0px 2.5px #777777);
  transition: all 200ms;
}
.glitchButton .glitchOpenWindowElement {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.27), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 100%;
  border-radius: 5px;
  background: white;
  border: 2px solid black;
  color: black;
  width: auto;
  min-width: 200px;
}
.glitchButton .buttonLinks {
  font-family: Helvetica, Arial, sans-serif;
  background-color: white;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 7px 36px 5px 10px;
  text-decoration: none;
  color: black;
  margin: 5px 0;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.glitchButton .buttonLinks:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.glitchButton .buttonLinks.viewCode {
  background-image: url(https://glitch.com/edit/images/emojis/carp_streamer.png);
}
.glitchButton .buttonLinks.remix {
  background-image: url(https://glitch.com/edit/images/emojis/microphone.png);
}
.glitchButton .buttonLinks.embed {
  background-image: url(https://glitch.com/edit/images/emojis/bento.png);
}
.glitchButton .project .projectInfo {
  padding: 15px;
  border-bottom: 1px solid #9b9b9b;
}
.glitchButton .project .projectActions {
  background: white;
  padding: 15px;
}
.glitchButton .project .projectEmbed {
  padding: 15px;
  width: 600px;
}
.glitchButton .project .name {
  font-size: 18px;
  font-weight: 700;
}
.glitchButton .project .description {
  font-size: 14px;
}
.glitchButton .project .project-actions {
  margin-top: 10px;
  padding: 15px;
}
.glitchButton .tooltip.border {
  position: absolute;
  top: -11px;
  right: 55px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}
.glitchButton .tooltip.fill {
  position: absolute;
  top: -8px;
  right: 55px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.glitchButton .users ul {
  padding: 0;
  margin: 0;
}
.glitchButton .users ul li {
  list-style: none;
  margin: 5px 0;
}
.glitchButton .users ul li a {
  text-decoration: none;
}
.glitchButton .users ul li img {
  border-radius: 50%;
}
.glitchButton .users .name {
  font-size: 14px;
  vertical-align: top;
  line-height: 1.8em;
}
.glitchButton .glitchOpenWindowElement .projectActions label {
  display: block;
  margin: 1em 0;
  line-height: 1.5em;
}
.glitchButton .glitchOpenWindowElement .projectEmbed textarea {
  display: block;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  height: 205px;
  margin: 1em 0;
  width: 100%;
  padding: 0.5em;
  font-family: "Menlo", "roboto-mono", "Andale Mono", monospace;
  font-style: normal;
  font-size: 13px;
  background: #efefef;

  line-height: 1.5em;
}
.glitchButton .glitchOpenWindowElement .projectActions .embedGlitchCode {
  display: none;
}
.glitchButton.position-x-right .glitchOpenWindowElement {
  right: inherit;
  left: -15px;
}
.glitchButton.position-x-right .glitchOpenWindowElement .tooltip {
  right: inherit;
  left: 3px;
}
.glitchButton.position-y-top .glitchOpenWindowElement {
  top: inherit;
  bottom: 110%;
}
.glitchButton.position-y-top .glitchOpenWindowElement .tooltip {
  top: inherit;
  bottom: -10px;
  border-bottom: 0;
  border-top: 9px solid black;
}
.glitchButton.position-y-top .glitchOpenWindowElement .tooltip.fill {
  border-top: 10px solid white;
  bottom: -8px;
}
.glitchButton .glitchButtonElement.glitchButtonOpen {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='8'><path d='m1 6 4-4 4 4' stroke='%23222' stroke-width='2' fill='none'/></svg>");
}

@media only screen and (max-width: 650px) {
  .glitchButton .glitchOpenWindowElement .projectEmbed {
    width: 250px;
  }
}
