#maksimer-cookie-warning {
    display: none;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 15px;
    margin: 0;
    background: #333;
    text-align: center;
}

#maksimer-cookie-warning-wysiwyg {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
    #lukk-popup {
        background: #fff;
        font-size: 12px;
        line-height: 24px;
        padding: 5px 20px;
        text-decoration: none;
        color: #333;
        border-radius: 3px;
        vertical-align: middle;
        margin-left: 15px;
    }

        #lukk-popup:hover {
            background: #f9f9f9;
        }

