/*
 * Finding the revoke button randomly disappears.
 */
.cc-animate.cc-revoke.cc-bottom {
    display: block !important;
	border: 2px solid #008fbf;
	border-bottom: none;
}
/*
 * Formatting for selected option
 */
.cc-allow{
	font-weight:bolder!important;
    color: #fff !important;
    background-color: #cda614 !important;
}
/*
 * Formatting for not selected option
 */
.cc-deny{
	font-weight:normal!important;
    color: #fff !important;
    background-color: transparent !important;
	    min-width: 0px!important;
}

.cc-banner{
	padding: 0.3em 10em!important;
	background-color: #000000c9 !important;	

}
.cc-window{
	line-height: 1.0em!important;
}
.cc-message{
	font-size: 12px;
	
}
.cc-dismiss {
	    background-color: #cda614 !important;
		color: #fff !important;
}
.cc-window.cc-floating {
    padding: 0.7em!important;
	background-color: #000000c9 !important;	
}
.cc-banner.cc-bottom {
    z-index: 999999;
}