body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f2f2f2;
    margin: 40px;
}
h1, h2, h3 { color: #003366; }
table { border-collapse: collapse; background: white; margin-bottom: 20px; }
th, td { border: 1px solid #ccc; padding: 8px; text-align: center; }
th { background: #003366; color: white; }
.red { background: #ffcccc; font-weight: bold; }
.green { background: #ccffcc; }
button, input[type=submit] { padding: 8px 14px; background: #003366; color: white; border: none; cursor: pointer; }

.footnotes{
    font-size:14px;
}
.disclaimer{
    margin-top:40px;
    padding:15px;
    font-size:0.9em;
    background:#f8f8f8;
    border:1px solid #ccc;
    color:#444;
}

.progress-center{
    text-align:center;
    border:3px solid #003366;
    padding:30px;
    margin:30px 0;
    width:400px;
    background:white;
}

.progress-percent{
    font-size:60px;
    font-weight:bold;
    color:#003366;
}

.progress-label{
    font-size:16px;
    margin-top:10px;
}

.progress-value{
    font-size:34px;
    font-weight:bold;
    margin-top:10px;
    color:#222;
}

.progress-sub{
    font-size:14px;
    margin-top:5px;
    color:#555;
}

.visitor-count{
    margin-top:30px;
    font-size:14px;
    color:#666;
}
