@charset "UTF-8"; div.wrap { width: 100%; height: 800px; overflow: hidden; } div.left { float: left; width: 50%; height: 100%; } div.right { float: right; width: 50%; height: 100%; } div.startclass, div.endclass { padding: 5px; } tr.nohit { display: none; }