body { text-align: left; background-color: #EEF; color: #000; } .folder { column-width: 16em; -moz-column-width: 16em; -webkit-column-width: 16em; column-gap: .5em; -moz-column-gap: .5em; -webkit-column-gap: .5em; column-rule: 1px solid #BBB; -moz-column-rule: 1px solid #BBB; -webkit-column-rule: 1px solid #BBB; background-color: #FFF; overflow: none; padding: .1em 1em .5em 1em; margin: 0em 1em 1em 0em ; border-width: 1px; border-style: solid; -moz-border-radius: 1em 1em .5em .5em; -webkit-border-radius: 1em 1em .5em .5em; border-radius: 1em 1em .5em .5em; } .fName { width: 100%; margin: 0px 0px .2em 0px; border-style: none none solid none; border-width: 1px; border-color: #999; text-indent: 1.5em; font-weight: bold; font-size: 1.3em; color: #333; -moz-column-span: all; -webkit-column-span: all; column-span: all; } .fName a { text-decoration: none; font-weight: normal; color: #333; } .efName { width: 100%; border-style: none none solid none; border-width: 1px; border-color: #999; display: none; -moz-column-span: all; -webkit-column-span: all; column-span: all; } .efName a { text-decoration: none; } .edButton { width: 4em; margin: 2px; text-decoration: none; } .bmEdit { display: none; margin: .3em 0em .3em 0em; border-style: solid none solid none; border-width: 1px; border-color: #BBB; -moz-break-inside: avoid; -webkit-break-inside: avoid; break-inside: avoid; } .bmDisplay img { position: relative; top: 4px; }