@import "/~oc85boum/css/global.css";

table {
    margin: auto;
    width: 80%;
    font-size: inherit;
    color: inherit;
}

table a {
    color: #fff;
}

/*hide parent dir*/
table tr:nth-child(3) {
    display: none;
}