/*Twitter Social*/
.tweet-profile-image {
  max-width: 468px;
  padding: 0 0px 0px 6px;
}
.tweet-profile-image img {
  border-radius: 10%;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.tweet-text {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

.tweet-text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tweet-text a {
  color: #2b7bb9 !important;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

.tweet-text a:hover,
 {
  text-decoration: underline;
}
/*Twitter Social*/