.cc-window.cc-floating {
	padding: 30% 30% !important;
	width: 100%!important;
	height: 100%!important;
	max-width: 100%!important;
	color: white!important;
	background: rgba(0, 0, 0, 0.7)!important;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 0em!important;
    background: white;
    color: black;
    text-align: center;
    padding: 25px;
}
.cc-window.cc-floating a{
	color: black!important;
}

.cc-left {
	left: 0em!important;
}
.cc-bottom {
	bottom: 0em!important;
}
.cc-window.cc-floating .cc-compliance {
	padding: 20px;
	background: white;
}