#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px;
    text-align: center;
	box-shadow: 0 0 40px #00000050;
	display: none;
}

#cookie-consent-banner button {
    margin: 10px 5px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    color:#555!important;
}
#cookie-consent-banner button.btn-success {
background: #5cb85c;
    color: #fff!important;
}
#cookie-consent-banner button:hover {
    background: #5cb85c;
    color: #fff!important;
}

.cookie-consent-options label {
    margin:  5px;
	color: #555
}

.cookie-consent-options input {
    margin-right: 5px;
    margin-left: 5px;
}

#cookie-consent-banner h3 {
    font-size: 2.2rem;
    color: #555;
}

#cookie-consent-banner p {
    font-size: 1.6rem;
    color: #555;
}
