body {
    font: 1em/1.67 'Open Sans', Arial, Sans-serif;
    margin: 0;
    background: #e9e9e9;
}

.twitter_header {

    color: #37507c;
    display: block;
    font: bold 18px/18px Tahoma, sans-serif;
    margin-bottom: 20px;
    text-decoration: none;
    word-wrap: break-word;
    text-align: left;

}

.auxi_wrap {

    width: 100%;
    border: 1px solid red;
}

.wrapper {
    width: 95%;
    margin: 3em auto;
}

.twitter_masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    max-width: 1000px;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    border: 1px solid #ddd;

}

.logodiv > img {
    border-radius: 24px;
}

@media only screen and (min-width: 400px) {
    .twitter_masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .twitter_masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .twitter_masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .twitter_masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}

.poster_logo {

    width: 100%;
    text-align: left;
    height: 65px;
}

.logodiv {
    width: 18%;
    float: left;
}

.poster_names {
    float: left;
    font-size: 12px;
    height: 44px;
    line-height: 14px;
    width: 70%;
    margin-top: 10px;
}

.reply_icon, .retweet_icon, .like_icon {
    opacity: 0.3;
}

.center {
    width: 144%;
}

.tw_logo {
    width: 100%;
    text-align: right;
}
.tw_logo > span {
    float: left;
}
.item > a {
    float: left;
}
.tw_sources {
    float: left;
    text-align: center;
    width: 100%;
}
.tw_sources{
    text-align: right;
    width: 100%;
    font-size:11px;
}