1body { 2 font-family: Helvetica, Arial, sans-serif; 3 font-size: 12px; 4} 5 6h1 { 7 border-bottom: solid 1px #ccc; 8} 9 10#builder-picker body, 11#add-form body { 12 margin: 0; 13} 14 15#builder-picker, 16#builder-picker body { 17 height: 100%; 18} 19 20#builder-picker body { 21 display: -webkit-box; 22 -webkit-box-orient: vertical; 23} 24 25#builder-picker-controls { 26 padding: 0.5em; 27 border-bottom: solid 1px black; 28} 29 30#builder-picker-controls select { 31 min-width: 10em; 32} 33 34#builder-frame { 35 border: 0; 36 -webkit-box-flex: 1; 37 display: block; 38} 39 40.status { 41 font-size: 16px; 42 text-align: center; 43 padding: 1em; 44} 45 46.test-table { 47 border-collapse: collapse; 48} 49 50.test-table caption { 51 font-size: 16px; 52 font-weight: bold; 53 background: #eee; 54 padding: .5em; 55} 56 57.test-table th { 58 text-align: left; 59 border-bottom: solid 1px #ccc; 60 background: #eee; 61 min-width: 8em; 62} 63 64.test-table tbody tr:hover { 65 background: #ffa; 66} 67 68.test-table .submit-row { 69 text-align: right; 70 padding: 1em 0; 71} 72