/* GDPR Cookie dialog */

#gdpr-cookie-message {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    left: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: #333333;
    z-index: 100; /**/
}
#gdpr-cookie-message h4,
#gdpr-cookie-message h5 {
    font-size: 1.2em;
    margin-bottom: .5rem;
    color: #008DD2;
}
#gdpr-cookie-message h5 {
    font-size: 1.2em;
}
#gdpr-cookie-message a {
    color: inherit;
    text-decoration: underline;   
}

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

/* GDPR Cookie buttons */

#gdpr-cookie-message button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem #008DD2;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
    display:inline-block; /**/
}



/* GDPR Cookie types */

#gdpr-cookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
#gdpr-cookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
#gdpr-cookie-types input[type=checkbox] {
    margin-right: .25rem;
}
