@charset "UTF-8"; * { margin: 0; padding: 0; } /* Text Alignment */ .left { text-align: left; } .right { text-align: right; } .center { text-align: center; } .justify { text-align: justify; } .layoutCenter { margin: 0 auto !important; } .nowrap { white-space: nowrap; } #tableWrapper { margin: 0 auto; font-size: 12px; color: #000; } #tableWrapper .header { padding-right: 5px; color: #ffffff; font-size: 12px; font-weight: bold; background: #336699; text-align: right; height: 20px; border: 0 none; } #tableWrapper .footer { background: #336699; border: 0 none; height: 10px; } #tableWrapper .columnlabel, #tableWrapper .columndata { font-size: 12px; vertical-align: top; min-height: 20px; padding: 0 5px } #tableWrapper .columnlabel { color: #3366CC; background: #efefef; text-align: right; width: 150px; } #tableWrapper .columndata { color: #000000; } .tableContainer { margin: 5px; padding: 5px 10px; } .tableContent { margin: 0 auto 10px; } .buttonline { margin: 10px auto; padding: 0 10px; text-align: center; } .buttonline a { white-space: nowrap; }