#cb-cookie-banner {
	
	color: #939393;
    position: fixed;
 	bottom: 0px;
    background-color: rgba(0, 0, 0, 0.70);
    left: 0;
    width: 100%;
    z-index: 999999;
    border-radius: 0;
    display: none;
    -webkit-padding-start: 0; 
    margin:0;
    
  }

