/* Admin-Bereich Stile für Content Ticker */

.wrap {
    display: flex;
    flex-direction: column;
}

h2 {
    margin-top: 20px;
}

.table-wrapper {
    margin-top: 20px;
}

canvas {
    max-width: 100%;
    height: auto;
}
