#cookies-auth * {
    font-family: "Roboto", sans-serif;
    color: black;
    font-weight:400;
}
#cookies-auth {
    border-top: 1px solid #333333;
    background-color: #d8d8d8; 
    background-color: rgba(216, 216, 216, 0.9); 
    color: rgba(216, 216, 216, 0.9);
}
#cookies-auth-content {
	padding: 7px 20px;
    color: black;
    font-size: 13px;
    line-height: 1.4;
    overflow:hidden;
}
#cookies-auth-content a {
    color: black;
    text-decoration: underline;
}
#cookies-auth-content label {
    display: inline-block;
	margin: 0;
	width: auto;
}
#cookies-auth-content div {
    float: left;
    display: inline-block;
	margin: 4px 0 5px;
	text-align: justify;
}
#cookies-auth .buttons {
    cursor: pointer;
    padding: 7px 10px 5px;
    margin: 0px 5px 0px 5px;
    color: #2D2D2D;
    font-size: 12px;
    font-weight: bold;
    line-height: 9px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #FFFFFF;
}
#cookies-auth {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12345678;
    overflow:hidden;
}
#cookies-auth .buttons,
#cookies-auth-toggle {
    cursor:pointer;
}
#cookies-auth-toggle-chck {
    position:absolute;
    left:-9999999px;
    top:-9999999px;
}
#cookies-auth-toggle-chck:checked ~ #cookies-auth-content {
    margin-bottom:-999px;
    opacity:0;
}

#cookies-show-again {
    position: fixed;
    display: inline-block;
    bottom: 0;
    right: 0;
    z-index: 12345678;
    overflow:hidden;
    cursor:pointer;
    border: 1px solid #333333;
    background-color: #d8d8d8; 
    background-color: rgba(216, 216, 216, 0.9); 
    padding: 2px 2px 2px 2px;
    font-family: "Roboto", sans-serif;
    color: black;
    font-size:11px;
}