#pwcc-cookie-consent {
	position: fixed;
	width: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, .70);
	z-index: 999998;
}
.pwcc-cookie-consent-top {
	top: 0;
}
.pwcc-cookie-consent-bottom {
	bottom: 0;
}
.pwcc-cookie-consent-content {
	text-align: center;
	color: #fff;
}
#pwcc-cookie-consent button {
	margin-top: 20px;
	display: inline-block;
}