/* custom css */
.cookie-message {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 8px 16px 8px 16px;
    margin: 0;
    background-color: #304c53;
    color: white;
    font-size: 14px;
    line-height: 18px;
    z-index: 999999;
}

.cookiebar-close {
    cursor: pointer;
    color: white;
    margin-left: 5px;
    text-decoration: none !important;
    vertical-align: middle;
    background-color: #ff561c;
    padding: 2px 8px 2px 8px;
}

.cookie-message a {
    cursor: pointer;
    color: white;
    text-decoration: underline;
    margin-left: 16px;
    white-space: nowrap;
}
