<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-weekly-followers {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-family: 'Malgun Gothic', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table-weekly-followers th,
.table-weekly-followers td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.table-weekly-followers th {
    background-color: #fafafa;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #333;
    border-left: 4px solid #ff6699;
    padding-left: 10px;
    margin-bottom: 16px;
}</pre></body></html>