html, body, #main, body > .main { width: 100%; height: 100%; margin: 0; padding: 0; font-family: arial; } .test-title { padding: 20px; background: rgb(182, 120, 7); color: #fff; font-weight: normal; text-align: center; font-size: 14px; } .test-chart-block { position: relative; } .test-chart-block-has-right { overflow: hidden; } .test-chart-block-has-right .test-chart-block-right { float: right; width: 300px; } .test-chart-block-has-right .test-chart-block-left { margin-right: 320px; } .test-info { border-left: 1px solid #ddd; padding-left: 10px; overflow: auto; } pre.test-print-object { font-size: 12px; font-family: Menlo, Monaco, 'Courier New', monospace; } .test-chart { height: 400px; } .test-data-table { position: relative; text-align: center; } .test-data-table table { display: inline-block; vertical-align: top; border: 1px solid #ccc; border-spacing: 0; margin: 30px 15px; } .test-data-table td { border: 1px solid #ccc; color: #777; padding: 3px 5px; font-size: 13px; } td.test-data-table-key { font-size: 12px; color: rgb(69, 162, 238) }