body {
    background-color: #222;
    /* background-image: url(/PK-Icon.svg); */
    background-repeat: no-repeat;
    background-position: 100% 0%;
    color:rgb(240, 198, 144);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#indextitle {
    background-color: #444;
    color:chocolate;
    display: contents;
}

td.indexcollastmod{
    /*display: none;*/
    padding-left: 20px;
}

td.indexcolicon {
    display: none;
}

td.indexcolsize {
    padding-left: 20px;

}

a,
a:visited {
    color: antiquewhite;
    text-decoration: none;
    /*display: block;*/
}

a:hover {
    color: #333;
    background-color: antiquewhite;
    text-decoration: none;
    display: block;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 1px;
}