.table td, .table th {
    padding: 0;
}

.call-to-action {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 4px 9px;
    clear: both;
}

.call-to-action.call-to-action-default {
    background: #f0faff;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: lightblue;
    color: white;
    padding: 2em;
    -webkit-box-pack: center;
    justify-content: center;
}
