#ttbl {
    display: none;
}
#lsum {
    width: 100%;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    border-top: 4px solid darkgray;
    border-left: 4px solid darkgray;
    box-shadow: inset 3px 3px 5px 3px purple;
    border-spacing: 0px;
    /* background-color: purple; */
    color: black;
}
#lsum th img {
    display: none;
}
#lsum th {
    /* color: white; */
}
lsum td {
    padding: 4px;
}
#lsum a {
     /* color: white; */
}
.ww {
    text-align: center;
    background-color: transparent !important;
}
th {
    padding-top: 4pt;
}
.ml1 {
    display: none;
}
th:nth-of-type(8) {
    text-align: left;
}
td:nth-of-type(8) {
    text-align: left;
}
tr:nth-of-type(2n) {
    background-color: rgb(128 0 128 / 0.25);
}
.spc {
    text-align: left;
    padding-left: 2em !important;
}