#wwtable {
    background-color: #ffffff;
    margin-top: -10px;
    height: 91vh;
    overflow: auto;
    padding: 0px 20px;
    }
table.noclicvh, table.clicvh {
    margin-top: auto;
    margin-left: 0px; 
    border-collapse: collapse;
    table-layout:fixed;
    white-space:nowrap;
    z-index:1;
    }
table.noclicvh tr, table.clicvh tr {
    height: 4vh;
    color:#4a4848;
    }
table.noclicvh td, table.clicvh td {
    overflow:hidden;
    }
table.noclicvh td.cc, table.clicvh td.cc {
    text-align:center;
    }
table.noclicvh td.sx, table.clicvh td.sx {
    padding-left:5px;
    text-align:left;
    }
table.noclicvh td.dx, table.clicvh td.dx {
    padding-right:5px;
    text-align:right;
    }

.clicvh tr:nth-child(even) { background-color: #e8e8e8; }
.clicvh tr:nth-child(odd) { background-color: white; }

table.clicvh tr:hover {
    background:#d8d8d8;
    cursor: pointer;
    }
