/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #333;
    font-size: .8em;
    line-height: 1.5em;
    left: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    z-index: 99;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: 4px;
  font-family: Avenir;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.6em;
    margin-bottom: .7rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

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



/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
    padding-bottom: 5px;
    user-select: none;
    padding-left: 3px;
    
}
.gdprcookie-types li:hover {
	background: #f3f3f3;
	}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}