@keyframes new-push-animation {
    0%, 80% { background-color: #333; }
    100% { background-color: transparent; }
}
@-webkit-keyframes new-push-animation {
    0%, 80% { background-color: #333; }
    100% { background-color: transparent; }
}
@-moz-keyframes new-push-animation {
    0%, 80% { background-color: #333; }
    100% { background-color: transparent; }
}

.new-push {
    animation: new-push-animation 2.5s;
    -webkit-animation: new-push-animation 2.5s;
    -moz-animation: new-push-animation 2.5s;
}

#article-polling {
    background-color: #222;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    /* bbs-screen */
	margin: 10px auto;
    padding: 0;
	min-width: 600px;
	max-width: 1200px;
}

#article-polling.fatal-error {
    background-color: #a22 !important;
    color: #fff !important;
    cursor: auto !important;
}

.push-stream-info {
    background-color: #00b;
    color: #888;
}
