.click-to-tweet {
  display: block;
  background-color: #fff;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 15px 0px; }
  .click-to-tweet .ctt-text {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    word-wrap: break-word;
    color: #999999;
    font-size: 24px;
    line-height: 140%;
    box-shadow: none;
    letter-spacing: 0.05em;
    font-weight: 100;
    text-decoration: none;
    text-transform: none; }
    .click-to-tweet .ctt-text a {
      margin: 0;
      padding: 0;
      position: relative;
      color: #999999;
      font-size: 24px;
      line-height: 140%;
      box-shadow: none;
      letter-spacing: 0.05em;
      font-weight: 100;
      text-decoration: none;
      text-transform: none; }
  .click-to-tweet a.ctt-btn {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    color: #999999;
    float: right;
    text-decoration: none; }
    .click-to-tweet a.ctt-btn:after {
      content: "\f301";
      color: #A0CCED;
      font-family: Dashicons;
      margin: 0 5px; }

.click-to-tweet-alt {
  display: block;
  background-color: #429CD6;
  position: relative;
  border: 1px solid #429CD6;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 15px 0px; }
  .click-to-tweet-alt .ctt-text {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    word-wrap: break-word;
    color: #FFF;
    font-size: 24px;
    line-height: 140%;
    box-shadow: none;
    letter-spacing: 0.05em;
    font-weight: 100;
    text-decoration: none;
    text-transform: none; }
    .click-to-tweet-alt .ctt-text a {
      margin: 0;
      padding: 0;
      position: relative;
      color: #FFF;
      font-size: 24px;
      line-height: 140%;
      box-shadow: none;
      letter-spacing: 0.05em;
      font-weight: 100;
      text-decoration: none;
      text-transform: none; }
      .click-to-tweet-alt .ctt-text a:hover {
        color: #EEEEEE; }
  .click-to-tweet-alt a.ctt-btn {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    color: #FFF;
    float: right;
    text-decoration: none; }
    .click-to-tweet-alt a.ctt-btn:hover {
      color: #EEEEEE; }
    .click-to-tweet-alt a.ctt-btn:after {
      content: "\f301";
      color: #FFF;
      font-family: Dashicons;
      margin: 0 5px; }
