/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #modal-dialog-cookie-notice {
    width: 80vh;
    /* max-width is necessary as default modal styling is limiting it to 500px */
    max-width: 100%;
  }
  
  /* Allow  scrolling behind modal - added so cookie policy can be read*/
  /* .modal-open {overflow: auto !important;} */
  
  .cookie-policy-link {
    margin-bottom:0px;
  }
  
  #cookie-reject-button {
    margin-left: 1rem;
  }