| LEFT | RIGHT | 
|---|
| 1 body | 1 body | 
| 2 { | 2 { | 
| 3   min-width: 250px; | 3   min-width: 250px; | 
| 4   margin: 0px; | 4   margin: 0px; | 
| 5   font-family: Segoe UI, Arial, sans-serif; | 5   font-family: Segoe UI, Arial, sans-serif; | 
| 6   font-size: 13px; | 6   font-size: 13px; | 
| 7   color: #545454; | 7   color: #545454; | 
| 8   background-color: #f8f6f2; | 8   background-color: #f8f6f2; | 
| 9   background-image: url(background.png); | 9   background-image: url(background.png); | 
| 10 } | 10 } | 
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 276 } | 276 } | 
| 277 | 277 | 
| 278 .collapse | 278 .collapse | 
| 279 { | 279 { | 
| 280   position: relative; | 280   position: relative; | 
| 281   padding-right: 25px; | 281   padding-right: 25px; | 
| 282 } | 282 } | 
| 283 | 283 | 
| 284 .collapse-icon-placeholder | 284 .collapse-icon-placeholder | 
| 285 { | 285 { | 
| 286   display: inline-block; | 286   display: none; | 
| 287   width: 45px; | 287   width: 45px; | 
| 288 } | 288 } | 
| 289 | 289 | 
| 290 .collapse-icon | 290 .collapse-icon | 
| 291 { | 291 { | 
| 292   display: inline-block; | 292   display: inline-block; | 
| 293   position: absolute; | 293   position: absolute; | 
| 294   top: 13px; | 294   top: 13px; | 
| 295   right: 10px; | 295   right: 10px; | 
| 296   width: 11px; | 296   width: 11px; | 
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 332 | 332 | 
| 333 .checkbox[aria-checked="false"]:hover | 333 .checkbox[aria-checked="false"]:hover | 
| 334 { | 334 { | 
| 335   background-position: -34px -49px; | 335   background-position: -34px -49px; | 
| 336 } | 336 } | 
| 337 | 337 | 
| 338 label | 338 label | 
| 339 { | 339 { | 
| 340   vertical-align: middle; | 340   vertical-align: middle; | 
| 341 } | 341 } | 
| LEFT | RIGHT | 
|---|