.elc-countdown-table {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    border-collapse: collapse;
    border: none;
    width: fit-content;
}

.elc-countdown-table th {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    border: none;
}

.elc-countdown-table td {
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    border: none;
}

td.elc-colon {
    text-align: left;
}
