#gdpr-cookie-message {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-left: 20px;
    background: #0396d8;
    color: white;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 0 10px #333;
    max-width: 380px;
    z-index: 100;
}

#gdpr-cookie-message h4 {
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
    padding: 0;
}

#gdpr-cookie-message h5 {
    font-size: 15px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom: 1px solid #EE4B5A;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: #c51954;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0px;
    text-align: center;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    line-height: 1.5em;
}

#gdpr-cookie-message button {
    position: relative;
    background: #EE4B5A;
    color: white;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    padding: 5px 5px;
    margin-left: 12px;
    vertical-align: middle;
    cursor: pointer;
}