/** * @provides diffusion-source-css */ .diffusion-source { margin: 1em 0 2em; table-layout: fixed; width: 100%; font-family: "Monaco", Consolas, monospace; font-size: 10px; } .diffusion-source th { text-align: right; padding: 2px 6px; width: 44px; vertical-align: top; background: #eeeeee; color: #888888; cursor: pointer; border-style: solid; border-width: 0px 1px; border-color: #eeeeee #999999 #eeeeee #dddddd; font-weight: bold; font-family: "Verdana"; font-size: 11px; overflow: hidden; } .diffusion-source td { letter-spacing: 0.0083334px; vertical-align: top; white-space: pre; padding-bottom: 1px; padding-left: 8px; line-height: 16px; overflow: hidden; }