html, body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff;
}

* {
  box-sizing: inherit;
}

body {
  background: rgba(153, 205, 245, .3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tweet-cta {
  display: block;
  padding: 1.5em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 645px;
  max-width: 100%;
}

.tweet-cta .tweet-content {
  padding: 0 6.5em 0 5.5em;
}

.tweet-cta .tweet-instructions {
  height: 3.5em;
  padding: 0;
  display: block;
  color: #1168aa;
  opacity: .65;
  text-align: center;
  margin-top: -6px;
}

.tweet-cta .tweet-troll-overlay {
  position: absolute;
  color: #1168aa;
  bottom: 1.5em;
  right: 7em;
  font-size: 1.1em;
  opacity: .65;
  pointer-events: none;
}

.tweet-cta svg {
  display: block;
  height: 4em;
  width: 4em;
  position: absolute;
  left: 1.5em;
  top: 3em;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
}

.tweet-cta svg path {
  fill: #55acee;
  display: block;
  height: 100%;
  width: 100%;
}

.tweet-cta span {
  display: block;
}

.tweet-cta span.tweet-message {
  color: #1168aa;
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: .021em;
}

.tweet-cta span.tweet-message strong {
  font-weight: 600;
}

.tweet-cta span.tweet-message [contenteditable] {
  border-bottom: 1px solid #1168aa;
  overflow: auto;
  height: 4.5em;
  line-height: 1.4em;
}

.tweet-cta span.tweet-message [contenteditable]:focus {
  outline: none;
}

.tweet-cta span {
  display: block;
}

.button:not(:hover):not(:active):not(:focus):not(.fr-btn) {
  box-shadow: inset 0 -1px rgba(0, 0, 0, .21);
}

.tweet-cta .button, .tweet-cta button {
  position: absolute;
  right: 1.5em;
  top: 3em;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 3em;
  line-height: 1.8;
  width: 5.5em;
  padding-left: 0;
  padding-right: 0;
}

button, .button {
  font: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  padding: .6em 1em;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: .04em;
  text-indent: .04em;
  text-decoration: none;
}

button.twitter, .button.twitter {
  background: #55acee;
  color: #fff;
}

@media (max-width: 620px) {
  .tweet-cta .tweet-instructions {
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media (max-width: 550px) {
  html {
    font-size: .9em
  }
}

@media (max-width: 450px) {
  html {
    font-size: .8em
  }

  .tweet-cta {
    padding-left: 5em;
  }

  .tweet-cta .tweet-instructions {
    padding: 0;
    padding-bottom: 0.25em;
    margin-left: -3em;
    margin-bottom: 1em;
  }

  .tweet-cta .tweet-content {
    padding-left: 0;
  }

  .tweet-cta svg {
    height: 2em;
    width: 2em;
  }
}
