section table {
    font-family: "OxygenMono", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin: 16px auto;
    width: 100%;
}

section table thead {
    font-family: din-2014, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

section table tbody {
    font-size: 16px;
}

section table tbody tr:nth-of-type(2n) {
    background-color: #e8e8e8;
}

section table td {
    min-width: 100px;
    border: none;
}

section table a {
    color: #000000;
}

section table a:hover {
    color: #059899;
}

.num-span {
    display: inline-block;
    width: 100%;
}

.text-span {
    display: inline-block;
    color:black;
}

.text-col {
    text-align: left;
}

.num-col {
    text-align: right;
}

.audience-name-col {
    width: 75%;
}

.text-span:hover {
    display: inline-block;
    text-align: left;
    color: #059899;
    text-decoration: underline;
}
