/* Licensed Materials - Property of IBM IBM Cognos Products: rs (C) Copyright IBM Corp. 2003, 2014 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .clsNumPaletteCell { text-align: -moz-left; } .clsNumPaletteCellLeft { text-align: -moz-left; } .clsNumPaletteCellRight { text-align: -moz-right; } DIV.clsPagePreview { transform: scale(0.7, 0.7); transform-origin: 0 0; } #idLayoutView TABLE[style*='text-align:-moz-center'], #idLayoutView TABLE[style*='text-align: -moz-center'] { text-align: center !important; } #idLayoutView TABLE[style*='text-align:-moz-left'], #idLayoutView TABLE[style*='text-align: -moz-left'] { text-align: left !important; } #idLayoutView TABLE[style*='text-align:-moz-right'], #idLayoutView TABLE[style*='text-align: -moz-right'] { text-align: right !important; } #idLayoutView TABLE[style*='display:block'], #idLayoutView TABLE[style*='display: block'] { display: table !important; } #idLayoutView TABLE[style*='display:inline'], #idLayoutView TABLE[style*='display: inline'] { display: inline-table !important; } .textItem, .appVariableTextItem { display: inline-block; }