  #cookie_agreement {
    z-index:99999;
    position:fixed; 
    width: 100%;
    bottom:0; 
    right:0; 
    background-color: #000000D0; 
    display: none;
  }
  
  #cookie_agreement .cookie_msg_wrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    width: 960px;
    margin:0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  @media screen and (max-width:960px) {
    #cookie_agreement .cookie_msg_wrapper {
      box-sizing:border-box;
      width:100%;
      padding:20px;
    }
  }
  
  #cookie_agreement .cookie_msg {
    width:calc(100% - (160px + 25px));
  }
  
  @media screen and (max-width:960px) {
   #cookie_agreement .cookie_msg {
    width:100%;
  } 
  }
  
  
  #cookie_agreement button {
    width:160px;
    height:40px;
    margin-left:25px;
    letter-spacing:.025em;
  }
  
  @media screen and (max-width:960px) {
  
    #cookie_agreement button { 
      margin:0 auto;
    }
  }
  
  #cookie_agreement .cookie_msg,
  #cookie_agreement .cookie_msg a {
    color: #fff; 
    font-size: 10pt;
  }
  
  #cookie_agreement .cookie_msg a {
    text-decoration: underline;
  }
