div.post_modified { display:none !important; }

div.post_modified { display:none !important; }
 
@keyframes rainbow {
    16% {
        color: #f00;
        text-shadow: 0px 0px 2px rgba(255,0,0,0.5);
    }
    33% {
        color: #ff0;
        text-shadow: 0px 0px 2px rgba(255,255,0,0.5);
    }
    50% {
        color: #0f0;
        text-shadow: 0px 0px 2px rgba(0,255,0,0.5);
    }
    66% {
        color: #0ff;
        text-shadow: 0px 0px 2px rgba(0,255,255,0.5);
    }
    83% {
        color: #00f;
        text-shadow: 0px 0px 2px rgba(0,0,255,0.5);
    }
    100% {
        color: #f0f;
        text-shadow: 0px 0px 2px rgba(255,0,255,0.5);
    }
}
span.public_ban {
    animation-name: rainbow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
