:root {
    font-size: 16px;
    font-family: 'Kanit';
    --text-primary: #b6b6b6;
    --text-secondary: #ececec;
    --bg-primary: #23232e;
    --bg-secondary: #141418;
    --margin-left-rem: 5rem;
}

body {
    color: black;
    background-color: white;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    margin-left: var(--margin-left-rem);
    padding: 1rem;
}

table, th, td {
    border: 1px solid;
}

table td {
    text-align: center;
}

table td a {
    text-decoration: none;
    color: blue;
}

table td a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

.table-cell-content {
    padding-left:0.5rem;
    padding-right:0.5rem;
}