
.bctt-click-to-tweet {
  margin-top: 10px;
  display: block;
  /*background-color: #fff;*/
  position: relative;
  /*border: 1px solid #dddddd;*/
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*padding: 15px;*/
  margin-bottom:1em;
  font-size: 1.1rem;
}
.bctt-click-to-tweet:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.bctt-ctt-text a {
  font-style: italic;
  /*padding: 15px 6px;*/
  margin: 15px 0;
  position: relative;
  color: #646a9a !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.2em!important;
  line-height: 140%;
  font-weight: 100;
  text-decoration: none !important;
  text-transform: none !important;
  word-wrap:break-word;
  border-bottom: none !important;
}

.bctt-ctt-text a:before {
  margin-left: -8px;
  color: #ccc;
  content: "\201c";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}

.bctt-ctt-text a:hover {
  text-decoration: none;
  color: #999 !important;
}
a.bctt-ctt-btn {
  border-bottom: none !important;
  margin: 0;
  padding: 7px 24px 0 0;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: .7em;
  font-weight: bold;
  color: #999999 !important;
  float: right;
  text-decoration: none !important;
  background: transparent url(../img/birdy.png) no-repeat right top 8px;
}
.bctt-ctt-btn:hover {
  text-decoration: none;
  color: #666666 !important;
  background: transparent url(../img/birdy.png) no-repeat right top 8px;
}
@media screen and (min-width: 900px) {
  .bctt-click-to-tweet.left {
    margin-left: -40px;
    max-width: 300px;
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
  }

.bctt-click-to-tweet.right {
    margin-right: -40px;
    max-width: 300px;
    float: right;
    margin-left: 1em;
    margin-bottom: .5em;
  }
}
