/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white !important;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 30em;
    padding: 1rem;
    background: black;
}

.gdprcookie p, .gdprcookie li {
		color:#ffffff;
}

.gdprcookie p, .gdprcookie li {
		color:#ffffff;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
	color:#ffffff;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie button {
    color: white !important;
    font-family: inherit !important;
    font-size: 1em !important;
    padding: .4rem !important;
    border: solid .05rem currentColor !important;
    border-radius: .15rem !important;
    margin: 0 .5rem !important;
    background: none !important;
    cursor: pointer !important;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

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