
.status { font: bold 8px Arial; text-transform: uppercase; padding: 2px 5px; position: relative; left: -4px; top: -4px; } .status.rumored { background: #f5e67e; color: #666; } .status.rumored::after { content: "RUMORED"; } .status.unlikely { background: #dbdbdb; color: #333; } .status.unlikely::after { content: "UNLIKELY"; } .status.confirmed { background:...