.twitterContainer {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
}

.twitterTimeline {
    font-size: 1em;
    color: #515151;
    font-family: "Lato-Regular";
    width: 100%;
    overflow-y: scroll;
    border: 0px;
        box-shadow: 0 7px 14px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.08);
}
.column-content .twitter-title:before {
    font-family: "icons";
    content: "\E805";
    color: #ffffff;
    font-size: 19px;
    width: 24px;
    /* padding-top: 10px; */
    /* float: left; */
    display: inline-block;
    margin-right: 8px;
}

.column-content .title-column.twitter-title{
    font-size: 14px;
    font-family: "Lato-Bold";
    color: #ffffff;
    text-align: center;
    border-radius: 4px 4px;
    background: #154481;
    text-transform: none;
    text-decoration: none;
}
.column-content .title-column.twitter-title a {
    color: #fff;
    text-transform: none;
    text-decoration: underline;
}
.column-content .title-column.twitter-title a:after {
    content: none;
}
.twitterTitle {
    font-size: 1.50em;
    font-family: "Lato-Regular";
    padding: 5px;
    color: #315b7b;
    background-color: #F1F0EE;
    margin: 0px;
}

.twitterTitle * {
    vertical-align: bottom;
}

.twitterTitle > img {
    margin-right: 5px;
}

.tweetTimeline {
    width: 100%;
    margin: 0 auto;
    margin-top: 6px;
}

.tweetTimeline:last-child {
    border: 0 none;
}

.tweetTimeline > div {
    vertical-align: top;
    display: inline-block;
}

.tweetProfileImage {
    width: 48px;
    margin-top: 4px;
}

.tweetProfileImage img {
    border: 0 none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.tweetInfo {
    margin-left: 5px;
    width: calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
}

.tweetInfo > * {
    margin: 0;
    padding: 0;
}

.tweetInfo .tweetText {
    margin-top: 3px;
    font-size: 12px;
}
.tweetText a{
    font-size: 12px ;
    font-family: "Lato-Regular";
    color: #154481 !important;
    line-height: 14px;
}
.tweetInfo .tweetUserName {
    font-size: 14px;
    font-family: "Lato-Bold";
    color: black;
}

.tweetInfo .tweetHeaderLink {
    display: inline;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 14px;
}

.tweetScreenName,
.tweetDate {
    font-size: 12px;
    color: #757575;
    font-family: "Lato-Regular";
    white-space: nowrap;
}

.tweetHeader * {
    vertical-align: middle;
}

.tweetMediaLink {
    width: 100%;
}

.tweetMediaLink img {
    max-width: 100%;
    margin-top: 5px;
}

.tweetInfo .tweetHeader .tweetRTImage {
    width: 16px;
    height: 16px;
    display: inline-block ;
}