/* For tools.html page */

caption {
    text-align: left;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 85%;
    margin: 0 auto;
}

th, td {
    padding: 8px;
    text-align: center;
    border: 1px solid rgb(219, 219, 219);
}

th {
    /* background-color: black; */
    color: black;
}       

td {
    font-size: 90%;
}