a#tweetit-btn {
  position: absolute;
  padding: 7px;
  background-color: #525dba;
  border-radius: 4px;
  width: 42px;
  height: 34px;
  text-align: center;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transform: translate(-10px, 0);
}

.svg-bird {
  position: relative;
  top: -20px;
  left: -20px;
  width: 30px;
  height: 30px;
  fill: #55acee;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
  width: 20px;
  height: 20px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #fff;
}

.svg-icon circle {
  stroke: #fff;
  stroke-width: 1;
}
