#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    /*min-height: 85px;*/
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    z-index: 100000;
    left: 0;
}

.cookie-notice-container {
    padding: 15px 20px;
}

.cookie-notice-container .grid {
	margin-left: -3%;
	max-width: 105%;
}
.cookie-notice-container .unit {
	margin-left: 3% !important;
	margin-right: -.25em !important;
}
.cookie-notice-container .four-of-five.entry-content{
	min-height: 45px;
}
.cookie-notice-container .four-of-five.entry-content a{
	text-decoration: underline;
	color: #ffffff;
}
.cookie-notice-container .one-of-five.entry-content{
	min-height: 45px;
	line-height: 45px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.cookie-notice-container .one-of-five.entry-content{
		text-align: center;
	}
}
.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cn-notice-text {
	text-align:left;
	font-size: 14px;
	/*line-height: 18px;*/
}