.item.twit-img p {
    color: white;
    font-size: 13px;
    position: relative;
    margin-left: 60px;
    top: 14px;
    overflow: hidden;
}
.user span span {
    margin-left: 7px;
}
p.tweet a,
p.tweet a:hover {
    text-decoration: none !important;
    color: gray;
}
p.tweet a {
    color: white;
}
.user a,
.user a:hover {
    text-decoration: none !important;
    color: white;
}
.user a {
    color: gray;
    position: relative;
    top: 28px;
}
.user img {
    position: relative;
    bottom: 21px;
}

.item.twit2-img p {
    color: white;
    font-size: 13px;
    position: relative;
    top: 14px;
    /*overflow: hidden;*/
}



.item.active.twit-img {
    width: 100%;
    height: auto;
}

.twitter-user-logo {
    display: inline-flex;
    margin-left: 31px;
    margin-top: 4px;
}

.twitter-user-logo img {
    height: 49px;
}

.twitter-user-logo p {
    color: white;
    margin-left: 11px;
    position: relative;
    top: 35px;
}

.twitter-user-logo2 {
    display: inline-flex;
    margin-left: 2px;
    margin-top: 4px;
}

.twitter-user-logo2 img {
    height: 49px;
}

.twitter-user-logo2 p {
    color: white;
    margin-left: 11px;
    position: relative;
    top: 35px;
}
