Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	File size: 681 Bytes
			
			| 8f41548 | 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 46 | .output-html {
    overflow-x: auto;
}
.output-html::-webkit-scrollbar {
    -webkit-appearance: none;
}
.output-html::-webkit-scrollbar:vertical {
    width: 0px;
}
.output-html::-webkit-scrollbar:horizontal {
    height: 11px;
}
.output-html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.output-html::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}
.spans {
    min-height: 75px;
}
svg {
    margin: auto;
    display: block;
}
#submit-btn {
    z-index: 999;
}
#viz {
    width: 100%;
    top: -30px;
    object-fit: scale-down;
    object-position: 0 100%;
} | 
