Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	File size: 702 Bytes
			
			| f0ad9ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | .html-container {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.dataframe-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.leaderboard-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: #f0f0f0;
}
.leaderboard-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #a0a0a0;
}
.filters-container fieldset {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 0.5rem;
}
.refresh-btn {
    margin-top: 0.5rem;
}
.status-container {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    color: #a0a0a0;
}
 | 
