#fg-cookie-banner {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
}

#fg-cookie-banner p {
    margin: 0;
}

#fg-cookie-banner button {
    margin-left: 10px;
}

#fg-cookie-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#fg-cookie-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

#fg-cookie-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#fg-cookie-modal .close:hover,
#fg-cookie-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#fg-cookie-settings {
    display: none;
}