33 lines
		
	
	
		
			No EOL
		
	
	
		
			558 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			No EOL
		
	
	
		
			558 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.clickable {
 | 
						|
    cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
#races-creator-label {
 | 
						|
    color: #e67e22;
 | 
						|
}
 | 
						|
 | 
						|
.thick-hr {
 | 
						|
    height: 3px !important;
 | 
						|
    color: black;
 | 
						|
    opacity: 1;
 | 
						|
}
 | 
						|
 | 
						|
#race-hud {
 | 
						|
    color: white;
 | 
						|
    position: absolute;
 | 
						|
    text-align: right;
 | 
						|
}
 | 
						|
 | 
						|
.race-hud-background {
 | 
						|
    color: white;
 | 
						|
}
 | 
						|
 | 
						|
.race-hud-text {
 | 
						|
    font-size: 1.4rem;
 | 
						|
    background-color: rgba(17, 17, 17, 0.6);
 | 
						|
    margin: 2px;
 | 
						|
    padding: 4px 10px 2px 10px;
 | 
						|
    font-family: 'Bebas Neue', cursive !important;
 | 
						|
    border-left-style: solid;
 | 
						|
    border-color: #e67e22
 | 
						|
} |