
/* Twitter */

.box.twitter {
  background: #ebf2fc;
}

#tweet-button {
color: #fff;
height: 32px;
width: 104px;
margin: 0 auto;
opacity: 1;
display: block;
border: 1px solid transparent;
background-color: #4080E6;
background: rgba(64,128,230,.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#tweet-button:hover {
  background-color: #4080E6;
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.15)));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endClorstr=#26000000)";
  border-color: transparent;
}

.tweeticon {
  float: left;
  margin-left: 15px;
  margin-top: 3px;
}

.tweettext {
  float: left;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  margin-left: 5px;
  margin-top: 10px;
}
