.tick {
    font-size:2rem; white-space:nowrap; font-family: var(--text-font);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 40%;
}

@media (max-width: 1000px) {
    .tick {
        width: 80%;
    }
}

.tick-credits {
    display: none;
}

.tick-flip,.tick-text-inline {
    font-size:1em;
}

.tick-label {
    margin-top:0.6em;font-size:0.6em;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-group {
    margin:0 .5em;text-align:center;
}

.tick-text-inline {
    color: rgb(90, 93, 99) !important;
}

.tick-label {
    color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
    color: rgb(255, 255, 255) !important;
}

.tick-flip {
    width: 1.125em;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: rgb(59, 61, 59) !important;
}

.tick-flip {
    border-radius:0.12em !important;
}