.qstandings-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem 0;
}
.qstandings-table {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}
.qstandings-table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0.5rem;
}
.qstandings-table td {
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}
.qstandings-table tbody tr:hover {
    background-color: #f8f9fa;
    transform: scale(1.01);
    transition: all 0.2s ease;
}

#standings-container-row {
    border-style:solid;
    border-width:0;
}