span.left { display: table-cell; text-align: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } span.right { display: table-cell; text-align: right; white-space: nowrap; min-width: 12em; } div.imgc { background-size: cover; background-position: 50% 50%; flex: 200px; height: 200px; margin: 20px; max-width: 400px; } a.imgl { display: block; height: 100%; width: 100%; } img.emote { max-width: 1.3em; max-height: 1.3em; } span.date>a.anch { padding-left: 0.5em; opacity: 0; } span.date:hover>a.anch { opacity: initial; }