body{ padding:10px; } /* parent: modules_content */ div.modules_nav_wrapper{ position:absolute; left:0; bottom: 0; width:299px; height:100%; padding:16px 12px; overflow:auto; -webkit-overflow-scrolling:touch; } /* parent: modules_content */ div.modules_docs_wrapper{ position:absolute; left:300px; right:0; height:100%; padding:0; border:0; margin:0; overflow:auto; -webkit-overflow-scrolling:touch; } /* parent: modules_docs_wrapper */ iframe.modules_docs_iframe{ display:block; width:100%; height:100%; padding:0; border:0; margin:0; } /* ***** table ***** */ table{ border-spacing: 0; width: 100%; margin: 16px 0; } table.modman{ font-size: 90%; table-layout: auto; margin: 0; } tr:nth-child(even){ background: #f5f5f5; } tr:nth-child(odd){ background: #fff; } th{ background: #eee; border-radius: 3px 3px 0 0; padding-left: 4px; } td{ padding:3px 2px 3px 10px; } th.mx2docs:first-child{ width: 200px; } td.mx2docs:first-child{ width: 200px; } th.modman{ padding: 0 8px; } td.modman{ padding: 0 8px; } h1, h2, h3, h4, h5, h6{ } h1{ } h2{ } h3{ } h4{ margin-top:24px; } h5{ font-size: 18px; } h6{ }