* {
    font-family: "Times New Roman", Times, serif;
}

body {
    padding: 15px;
    margin: 0;
}

table {
    margin-top: 2em;
    border-collapse: collapse;
    border: 1px solid grey;
}

th, td {
    font-size: 10pt;
    border: 1px solid grey;
}

th.sort {
    color: #00832c;
    user-select: none;
    cursor: pointer;
}

th::after {
    font-weight: bold;
    padding-left: .5em;
}

th.sort::after {
    content: "⇅";
}

th.desc::after {
    content: "↓";
}

th.asc::after {
    content: "↑";
}

th > input {
    min-width: 30px;
    max-width: 100px;
}