.tickerv-wrap {
    height: 1.5em;
    padding: 0;
    font-size: 1rem;
    box-sizing: content-box;
    overflow: hidden;
}

.tickerv-wrap ol {
    margin: 0;
    padding: 0;
    animation: TickerMagic 5s ease-out infinite;
    will-change: margin;
}

.tickerv-wrap ol:hover {
    animation-play-state: paused;
}

.col-12 .alert.alert-primary.p-2 {
    background-color: #fff;
    border: 0;
    margin-bottom: 0rem;
}

.row .col-12 {
    margin: -10px 0px 10px 0px;
}

.tickerv-wrap ol li {
    width: 100%;
    height: 1em;
    padding: .25em 0;
    line-height: 1.5em;
    font-size: 0.9em;
    white-space: nowrap;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
}