Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	File size: 1,070 Bytes
			
			30c32c8  | 
								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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79  | 
								html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
iframe {
    border: none;
}
.runner-controls {
    position: absolute;
    width: 30em;
    height: 100%;
    left: 0;
    right: 30em;
    top: 0;
    bottom: 0;
    overflow: scroll;
    padding: 1em;
    padding-top: 0;
    box-sizing: border-box;
}
.bench-frame-owner {
    position: absolute;
    width: calc(100% - 30em);
    height: 100%;
    left: 30em;
    right: 100%;
    top: 0;
    bottom: 0;
}
.controls {
    margin-bottom: 1em;
}
.legend {
    margin: 1em 0;
}
.result-view {
    border-bottom: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 5px;
}
.fixture-project {
    display: inline-block;
    clear: both;
}
.fixture-warm-up {
    display: inline-block;
}
.fixture-recording {
    display: inline-block;
}
.result-view.resume {
    cursor: pointer;
}
.result-status {
    float: right;
    text-align: right;
    margin-left: 0.3em;
}
.compare-file {
    cursor: pointer;
    visibility: hidden;
    width: 0;
}
 |