@charset "UTF-8";
/* CSS Document */ 
#cookiePopup {
    background: #e2e3e4;
    width: 25%;
    position: fixed;
    left: 59%;
    bottom: 20px;
    padding: 8px 14px;
	opacity: .9;
	z-index: 9;	
  }

    #cookiePopup p{
    text-align: left;
    font-size: 15px;
    color: #000;
  }

  #cookiePopup button{
    width: 100%;
    border: navajowhite;
    background: #097fb7;
    padding: 5px;
    border-radius: 10px;
    color: white;	  
  }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	#cookiePopup {
    background: #BFBBBB;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 60px 20pc 2px 20px;
	z-index: 100;	
	opacity: 1;
	max-height: 43%;	
	}
	
	#cookiePopup button{
    width: 60px;
    border: navajowhite;
    background: #097fb7;
    padding: 5px;
    border-radius: 10px;
    color: white;	  
  }
	
	.mobilizer {
		width: 300px;
	}
}

