div.tweets-pulled-listing{
   background-color: rgb(224,243,253);
   margin-top:5px;
   padding:15px;
}

div.tweets-pulled-listing ul {
  list-style: none;
}

div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 5px 0 0;
  float: left;
}

div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 40px;
  max-width: 40px;
}

div.tweets-pulled-listing a {
  color: rgb(15,167,227);
}

div.tweets-pulled-listing .tweet-author a {
  font-family: 'Open Sans 700', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

div.tweets-pulled-listing .tweet-time {
  font-size:.75em;
}

div.tweets-pulled-listing  div.tweet-divider {
  clear: left;
  border-bottom: 1px solid rgb(122,127,131);
  margin: 5px 0 5px 0;
}

#sm-icons{
  height:26px;
  margin:auto;
  width:230px;
  padding-top:10px;
}

.sm-icon a{
  height:26px;
  width:26px;
  float:left;
  margin: 0 10px;
}

.facebook a{
   background-image:url(../images/Facebook.png);
}

.pinterest a{
   background-image:url(../images/Pinterest.png);
}

.twitter a{
  background-image:url(../images/Twitter.png);
}
.youtube a{
  background-image:url(../images/youtube.png);
}
.linkedin a{
  background-image:url(../images/LinkedIn.png);
}
.googleplus a {
  background-image:url(../images/GooglePlus.png);
  width: 26px; height: 26px;
}
.statigram a{
  background-image:url(../images/statigram.png);
}
