.twContainer{
    max-height: 400px; 
    width: inherit;
    overflow-y: auto;
    direction: rtl;
    text-align: center; 
}

.twRow{
    text-align: right;
    padding: 5px;
    margin-top: 10px;
}
.tw-post-head-img{max-width: 20%;}
.tw-post-head-img img {width: 128px;  border-radius: 50%;}
.tw-post-title{}
.twDate{font-size: smaller; color: grey}
.twView{font-size: smaller; color: #5e5e5e; float: left; direction: ltr;}
.twBorder{width: 70%; float: right; border: solid 3px black;}
.twMsg{padding: 3px; text-align: justify;}


