.tweetable-text {
  position: relative;
  float: left;
  width: 30%;
  margin: 1rem;
  padding: 2rem; }
  .tweetable-text:link {
    transition: color 0.2s ease 0s;
    text-decoration: none;
    line-height: 1.6em;
    font-size: 17px; }
  .tweetable-text:hover {
    color: black !important; }

.tweet-this {
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  bottom: 0;
  right: 0; }

.tweet-this__icon {
  width: 20px;
  margin-bottom: -5px;
  margin-left: 5px; }

/*# sourceMappingURL=va-tweetable-text.css.map */
