#requestCounter {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

#requestCounter q {
    quotes: none;
    font-style: normal;
}

#requestCount {
    font-weight: bold;
    color: #4CAF50;
}