﻿.tweets {
    background-color: white;
    padding: 2px 2px 2px 5px;
    border-radius: 5px;
}
.tweet a {
    color: rgb(43, 123, 185) !important;
}

.tweet .col1 {
    float: left;
    width: 40px;
}

    .tweet .col1 img {
        width: 35px;
    }

.tweet .col2 {
    float: left;
    width: calc(100% - 40px);
}

    .tweet .col2 img {
        max-width: 400px;
    }
