.twitter { position: relative; } .twitter_header { font-size: 20px; text-align: left; margin-bottom: 80px; } .twitter_id { position: absolute; } .twitter_pic { display: block; width: 40px; height: 40px; overflow: hidden; position: absolute; left: 0; top: 0; } .twitter_image_frame { width: 40px; height: 40px; overflow: hidden; } .twitter_name { padding-left: 65px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 20px; } .twitter_image_frame > img { display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; margin: auto; } .twitter_list { box-sizing: border-box; } .tweet { border-top-style: solid; border-color: lightgrey; padding: 10px 8px; } .tweet_text { box-sizing: border-box; } .tweet_text_date { text-align: right; padding-top: 4px; font-size: 12px ; } .twitter_footer { border-top-style: solid; border-color: lightgrey; padding-top: 8px; }