#acg-ticker {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 8px;
    z-index: 9999;
    font-weight: bold;
}

#acg-ticker a {
    color: #fff;
    text-decoration: none;
}

.acg-time {
    margin-right: 15px;
}

.acg-item {
    margin: 0 6px;
}

/* THEMES */
.theme1 { background:#d32f2f; color:#fff; }
.theme2 { background:#1976d2; color:#fff; }
.theme3 { background:#388e3c; color:#fff; }
.theme4 { background:#f57c00; color:#fff; }
.theme5 { background:#512da8; color:#fff; }
.theme6 { background:#000; color:#0f0; }
