.weekly-top-games {
    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;
}

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

.weekly-top-games th {
    background-color: #fafafa;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #333;
    border-left: 4px solid #ff6699;
    padding-left: 10px;
    margin-bottom: 16px;
}