body {
    position: relative;
}

/*a {
    font-size: 1em !important;
}*/

/* Tables
------------------------------------------------ */
table {
    border-collapse: collapse;
    width: 100%;
    
}

th, td {
    padding: 12px;
    text-align: left;
    font-size: var(--text-md);
    color: var(--primary-text-color);
    font-weight: var(--font-regular);
}

th {
    font-weight: var(--font-semibold);
    background-color: var(--auxiliary-color);
}

tbody > tr:nth-child(even) {
    background-color: var(--auxiliary-color);
}

