    .clean td:nth-child(n+2) {
        display: none;
    }

    .capt td:nth-child(n+2) {
        display: none;
    }


   article ul > li {
    list-style-type:disc;
}